Click or drag to resize

UserManagerServices Methods


The UserManagerServices type exposes the following members.

Methods
  Name Description
Public method CreateNewGroup Creates a new User Group
Public method CreateNewUser Obsolete.
Creates a new User
Public method DeleteGroups Deletes a collection of User Groups.
Public method DeleteUsers Deletes a collection of Users. This will automatically remove their membership from their belonging User Groups too.
Public method GetCurrentUserProfile Retrieves profile information of specific, or current, user
Public method GetGroupAssignmentsPaged  
Public method GetGroupRoles Retrieves the collection of Group Roles. Group Roles are specific combination of User Rights. Their purpose is to offer fast and more convenient way to apply and finalize permission to a new User Group.
Public method GetGroupsPaged  
Public method GetPossibleThemes  
Public method GetSettings Retrieves the settings of Users email notifications settings
Public method GetSingleGroup Retrieves the full details of a single User Group by its unique Id
Public method GetSingleUser Retrieves the full details of a single User by its User Id.
Public method GetUserAssignmentsPaged  
Public method GetUsersAndGroupsSimple Retrieves collection basic information of all Users and User Groups. User information is just Id and Name, Group information is Id, Name and collection of User's Ids
Public method GetUsersPaged  
Public method RemoveGroupRole Removes a single Group Role
Public method SaveCurrentUserProfile Updates profile information of current user
Public method SaveGroupRole Creates or Updates a Group Role. If a Group Role with given name exists, its permissions are updated; Otherwise, new Group Role is created.
Public method SaveSingleGroup Updates an existing User Group with new data
Public method SaveSingleUser Updates an existing User with new data
Public method SetSettings Updates the settings on Users email notifications
Top
See Also