The ModulePermissionController type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ModulePermissionController | DotNetNuke.Security.Permissions.ModulePermissionController |
Methods
| Name | Description | |
|---|---|---|
| AddModulePermission(ModulePermissionInfo) | Obsolete. | |
| AddModulePermission(ModulePermissionInfo, Int32) | Obsolete. | |
| CanAdminModule |
Returns a flag indicating whether the current user can administer a module
| |
| CanDeleteModule |
Returns a flag indicating whether the current user can delete a module
| |
| CanEditModuleContent |
Returns a flag indicating whether the current user can edit module content
| |
| CanExportModule |
Returns a flag indicating whether the current user can export a module
| |
| CanImportModule |
Returns a flag indicating whether the current user can import a module
| |
| CanManageModule |
Returns a flag indicating whether the current user can manage a module's settings
| |
| CanViewModule |
Returns a flag indicating whether the current user can view a module
| |
| DeleteModulePermission | Obsolete. | |
| DeleteModulePermissionsByModuleID | Obsolete. | |
| DeleteModulePermissionsByUser |
DeleteModulePermissionsByUser deletes a user's Module Permission in the Database
| |
| DeleteModulePermissionsByUserID | Obsolete. | |
| Equals | (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.) | |
| GetModulePermission | Obsolete. | |
| GetModulePermissions(Int32, Int32) |
GetModulePermissions gets a ModulePermissionCollection
| |
| GetModulePermissions(ModulePermissionCollection, String) | Obsolete. | |
| GetModulePermissionsByModuleID | Obsolete. | |
| GetModulePermissionsByPortal | Obsolete. | |
| GetModulePermissionsByTabID | Obsolete. | |
| GetModulePermissionsCollectionByModuleID(Int32) | Obsolete. | |
| GetModulePermissionsCollectionByModuleID(ArrayList, Int32) | Obsolete. | |
| GetModulePermissionsCollectionByModuleID(Int32, Int32) | Obsolete. | |
| GetRoleNamesFromRoleIDs | Obsolete. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasModuleAccess |
Determines if user has the necessary permissions to access an item with the
designated AccessLevel.
| |
| HasModulePermission(Int32, String) | Obsolete. | |
| HasModulePermission(ModulePermissionCollection, String) |
HasModulePermission checks whether the current user has a specific Module Permission
| |
| HasModulePermission(Int32, Int32, String) | Obsolete. | |
| ImplicitRoles |
Returns a list with all roles with implicit permissions on Modules
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SaveModulePermissions |
SaveModulePermissions updates a Module's permissions
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateModulePermission | Obsolete. |
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.) |