The CorePermissionProvider type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CorePermissionProvider | DotNetNuke.Security.Permissions.CorePermissionProvider |
Methods
| Name | Description | |
|---|---|---|
| CanAddContentToPage |
Returns a flag indicating whether the current user can add content to a page
(Inherited from PermissionProvider.) | |
| CanAddFolder |
Returns a flag indicating whether the current user can add a folder or file
(Inherited from PermissionProvider.) | |
| CanAddPage |
Returns a flag indicating whether the current user can add a child page to a page
(Inherited from PermissionProvider.) | |
| CanAdminFolder |
Returns a flag indicating whether the current user can addmister a folder
(Inherited from PermissionProvider.) | |
| CanAdminModule |
Returns a flag indicating whether the current user can administer a module
(Inherited from PermissionProvider.) | |
| CanAdminPage |
Returns a flag indicating whether the current user can administer a page
(Inherited from PermissionProvider.) | |
| CanBrowseFolder |
Returns a flag indicating whether the current user can browse the folder
(Inherited from PermissionProvider.) | |
| CanCopyFolder |
Returns a flag indicating whether the current user can copy a folder or file
(Inherited from PermissionProvider.) | |
| CanCopyPage |
Returns a flag indicating whether the current user can copy a page
(Inherited from PermissionProvider.) | |
| CanDeleteFolder |
Returns a flag indicating whether the current user can delete a folder or file
(Inherited from PermissionProvider.) | |
| CanDeleteModule |
Returns a flag indicating whether the current user can delete a module
(Inherited from PermissionProvider.) | |
| CanDeletePage |
Returns a flag indicating whether the current user can delete a page
(Inherited from PermissionProvider.) | |
| CanEditModuleContent |
Returns a flag indicating whether the current user can edit module content
(Inherited from PermissionProvider.) | |
| CanExportModule |
Returns a flag indicating whether the current user can export a module
(Inherited from PermissionProvider.) | |
| CanExportPage |
Returns a flag indicating whether the current user can export a page
(Inherited from PermissionProvider.) | |
| CanImportModule |
Returns a flag indicating whether the current user can import a module
(Inherited from PermissionProvider.) | |
| CanImportPage |
Returns a flag indicating whether the current user can import a page
(Inherited from PermissionProvider.) | |
| CanManageFolder |
Returns a flag indicating whether the current user can manage a folder's settings
(Inherited from PermissionProvider.) | |
| CanManageModule |
Returns a flag indicating whether the current user can manage a module's settings
(Inherited from PermissionProvider.) | |
| CanManagePage |
Returns a flag indicating whether the current user can manage a page's settings
(Inherited from PermissionProvider.) | |
| CanNavigateToPage |
Returns a flag indicating whether the current user can see a page in a navigation object
(Inherited from PermissionProvider.) | |
| CanViewFolder |
Returns a flag indicating whether the current user can view a folder or file
(Inherited from PermissionProvider.) | |
| CanViewModule |
Returns a flag indicating whether the current user can view a module
(Inherited from PermissionProvider.) | |
| CanViewPage |
Returns a flag indicating whether the current user can view a page
(Inherited from PermissionProvider.) | |
| DeleteFolderPermissionsByUser | (Inherited from PermissionProvider.) | |
| DeleteModulePermissionsByUser |
DeleteModulePermissionsByUser deletes a user's Module Permission in the Database
(Inherited from PermissionProvider.) | |
| DeleteTabPermissionsByUser |
DeleteTabPermissionsByUser deletes a user's Tab Permissions in the Database
(Inherited from PermissionProvider.) | |
| 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.) | |
| GetDesktopModulePermission |
GetDesktopModulePermission gets a DesktopModule Permission from the Database
(Inherited from PermissionProvider.) | |
| GetDesktopModulePermissions |
GetDesktopModulePermissions gets a DesktopModulePermissionCollection
(Inherited from PermissionProvider.) | |
| GetFolderPermissionsCollectionByFolder | (Inherited from PermissionProvider.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetModulePermissions |
GetModulePermissions gets a ModulePermissionCollection
(Inherited from PermissionProvider.) | |
| GetTabPermissions |
GetTabPermissions gets a TabPermissionCollection
(Inherited from PermissionProvider.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasDesktopModulePermission |
HasDesktopModulePermission checks whether the current user has a specific DesktopModule Permission
(Inherited from PermissionProvider.) | |
| HasFolderPermission | (Inherited from PermissionProvider.) | |
| HasModuleAccess |
Determines if user has the necessary permissions to access an item with the
designated AccessLevel.
(Inherited from PermissionProvider.) | |
| HasModulePermission(ModuleInfo, String) | (Inherited from PermissionProvider.) | |
| HasModulePermission(ModulePermissionCollection, String) |
HasModulePermission checks whether the current user has a specific Module Permission
(Inherited from PermissionProvider.) | |
| HasTabPermission |
HasTabPermission checks whether the current user has a specific Tab Permission
(Inherited from PermissionProvider.) | |
| ImplicitRolesForFolders |
Returns a list with all roles with implicit permissions on Folders
(Inherited from PermissionProvider.) | |
| ImplicitRolesForPages |
Returns a list with all roles with implicit permissions on Tabs
(Inherited from PermissionProvider.) | |
| IsDeniedModulePermission | (Inherited from PermissionProvider.) | |
| IsDeniedTabPermission | (Inherited from PermissionProvider.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SaveFolderPermissions(FolderInfo) |
SaveFolderPermissions updates a Folder's permissions
(Inherited from PermissionProvider.) | |
| SaveFolderPermissions(IFolderInfo) |
SaveFolderPermissions updates a Folder's permissions
(Inherited from PermissionProvider.) | |
| SaveModulePermissions |
SaveModulePermissions updates a Module's permissions
(Inherited from PermissionProvider.) | |
| SaveTabPermissions |
SaveTabPermissions saves a Tab's permissions
(Inherited from PermissionProvider.) | |
| SupportsFullControl | (Overrides PermissionProvider..::..SupportsFullControl()()()().) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.) |
Properties
| Name | Description | |
|---|---|---|
| LocalResourceFile | (Inherited from PermissionProvider.) |