Dynamicweb.Modules.UserManagement Namespace : User Class |
For a list of all members of this type, see User members.
Name | Description | |
---|---|---|
AddToGroup | Adds current user to the new group. | |
AreaPermission | Overloaded. | |
Authenticate | ||
Delete | Overloaded. Deletes a user from the database. | |
Fill | Overridden. Fills object properties according to provided IDataReader. | |
GetCurrentUser | Retrieves the current user for the current context. If context is Frontend and no user is logged in, Nothing is returned. | |
GetCurrentUserID | Retrieves the ID of the current user for the current context. If context is Frontend and no user is logged in, Nothing is returned. | |
GetEmptyAccessUserDataSet | Returns an empty dataset from the AccessUser table - used for looking at the columns | |
GetTopUsersByGroupID | Retrieves a collection of users of the same group. | |
GetUserByID | Retrieves a user by its ID. | |
GetUserBySql | Retrieves a user according to provided SQL statement. | |
GetUserByUserName | Retrieves a user by its user name. | |
GetUserCountByGroupID | ||
GetUsers | Overloaded. Retrieves a collection of all users. | |
GetUsersByGroupID | Overloaded. | |
GetUsersByID | Retrieves a user by its ID. | |
GetUsersBySql | Retrieves a collection of users according to provided SQL statement. | |
GetUsersFromGroupTree | ||
HasAccess | ||
HasAccessToAllBackendSubpages | ||
HasGroup | Determines whether current user is attached to specified group. | |
IsUserNameValid | Checks if the user name is valid. | |
PagePermission | Overloaded. Gets areas which this user is allowed to browse. | |
ParagraphPermission | Overloaded. | |
RemoveFromGroup | Removes current user from the group. | |
Save | Saves current user. |