The RoleProvider type exposes the following members.
Constructors
| Name | Description |
---|
 | RoleProvider | DotNetNuke.Security.Roles.RoleProvider |
Methods
| Name | Description |
---|
 | AddUserToRole | |
 | CreateRole(RoleInfo) | |
 | CreateRole(Int32, RoleInfo%) | Obsolete. |
 | CreateRoleGroup | |
 | DeleteRole(RoleInfo) | |
 | DeleteRole(Int32, RoleInfo%) | Obsolete. |
 | DeleteRoleGroup | |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetRole(Int32, Int32) | Obsolete. |
 | GetRole(Int32, String) | Obsolete. |
 | GetRoleGroup | |
 | GetRoleGroupByName | |
 | GetRoleGroups | |
 | GetRoleNames(Int32) | Obsolete. |
 | GetRoleNames(Int32, Int32) | Obsolete. |
 | GetRoles | |
 | GetRolesBasicSearch | |
 | GetRolesByGroup | Obsolete. |
 | GetRoleSettings | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | GetUserRole | |
 | GetUserRoles(UserInfo, Boolean) | |
 | GetUserRoles(Int32, Int32, Boolean) | Obsolete. |
 | GetUserRoles(Int32, String, String) | |
 | GetUserRolesByRoleName | Obsolete. |
 | GetUsersByRoleName | |
  | Instance | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | RemoveUserFromRole | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | UpdateRole | |
 | UpdateRoleGroup | |
 | UpdateRoleSettings | |
 | UpdateUserRole | |
Extension Methods
| Name | Description |
---|
 | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
See Also