IUserManager Methods |
The IUserManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddRole |
Creates a new Group Role with specified Permissions.
|
![]() | AddTheme |
Create a new User Theme with the configured name and draft state
|
![]() | AddUser |
Creates a new User.
|
![]() | AddUserGroup |
Creates a new User Group.
|
![]() | Administrators |
Retrieves the Administrators Group.
The Administrators group always exists on any site instance.
No matter how the Permissions are assigned to this group, it always has all administrative privileges.
|
![]() | DeepCloneT, TManager |
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.) |
![]() | GetAdminDefaultDashboardPreferences | |
![]() | GetDashboardPreferencesForUser(String) | |
![]() | GetDashboardPreferencesForUser(IUser) | |
![]() | GetUserDefaultDashboardPreferences | |
![]() | GroupsCount |
Gets the count of all Groups.
|
![]() | QuickWrite |
Creates a temporary Write Session to quickly write something outside the current Session and transaction.
This is a way to bypass the transaction and quickly put something into the content store.
(Inherited from ITransactionalEntity.) |
![]() | RemoveRole |
Removes a Group Role from the Content Store.
|
![]() | RemoveTheme |
Removes the User Theme by theme Id
|
![]() | RemoveUser |
Permanently removes a User.
|
![]() | RemoveUserGroup |
Removes a User Group from the Content Store.
|
![]() | Role | |
![]() | Roles |
Retrieves, in a paginated fashion, the collection of Group Roles.
|
![]() | RolesCount |
Gets the count of Group Roles.
|
![]() | SetDefaultUserTheme |
Sets the default User Theme by theme id
|
![]() | User | |
![]() | UserGroup |
Retrieves a User Group by its unique ID.
|
![]() | UserGroups(String) |
Retrieves the collection of Groups by their unique IDs.
|
![]() | UserGroups(Int32, Int32, Int32) |
Retrieves, in a paginated fashion, the collection of Groups.
|
![]() | Users(String) | |
![]() | Users(Int32, Int32, Int32) |
Retrieves, in a paginated fashion, the collection of Users.
|
![]() | UsersCount |
Gets the count of all Users.
|
![]() | UserTheme |
Retrieves a User Theme bu its id.
|
![]() | UserThemeCount |
Retrieves the total number of User Themes |
![]() | UserThemes |
Retrieves a collection of User Themes in a paginated fashion
|