| Groups | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class GroupsClient : ApiHandler<ApiClient>
The GroupsClient type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddQueryParameter | (Inherited from ApiHandlerT) | 
|  | Delete | Deletes a group | 
|  | DeleteAsync | Deletes a group | 
|  | Get | Returns a single group | 
|  | GetAsync | Returns a single group | 
|  | GetList | Returns all groups | 
|  | GetListAsync | Returns all groups | 
|  | IsGroupDescriptionAvailable | Checks if group name is taken | 
|  | IsGroupDescriptionAvailableAsync | Checks if group name is taken | 
|  | Save | Updates or adds a group | 
|  | SaveAsync | Updates or adds a group | 
 See Also
See Also