| UserGroups Class |
Namespace: ConnectedApps.Cms.Sdk.Data
The UserGroups type exposes the following members.
| Name | Description | |
|---|---|---|
| UserGroups | Initializes a new instance of the UserGroups class |
| Name | Description | |
|---|---|---|
| Add |
Adds a user group.
| |
| AddUser |
Adds a user to a group.
| |
| Delete |
Deletes a groups and user associations.
| |
| DeleteUser |
Deletes a user from a group.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Get(Guid) |
Returns a user group.
| |
| Get(Guid, Int32) |
Returns a user group.
| |
| GetAll |
Returns all user groups.
| |
| GetAll(Int32) |
Returns all user groups.
| |
| GetByUser(Guid) |
Returns a collection of user groups assigned to a user.
| |
| GetByUser(Guid, Int32) |
Returns a collection of user groups assigned to a user.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetId(String) |
Returns the unique identifier of the group.
| |
| GetId(String, Int32) |
Returns the unique identifier of the group.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update(Guid, String) |
Updates the name of a group.
| |
| Update(Guid, String, Int32) |
Updates the name of a group.
|