The TabPermissionController type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TabPermissionController | DotNetNuke.Security.Permissions.TabPermissionController |
Methods
| Name | Description | |
|---|---|---|
| AddTabPermission | Obsolete. | |
| CanAddContentToPage()()()() |
Returns a flag indicating whether the current user can add content to the current page
| |
| CanAddContentToPage(TabInfo) |
Returns a flag indicating whether the current user can add content to a page
| |
| CanAddPage()()()() |
Returns a flag indicating whether the current user can add a child page to the current page
| |
| CanAddPage(TabInfo) |
Returns a flag indicating whether the current user can add a child page to a page
| |
| CanAdminPage()()()() |
Returns a flag indicating whether the current user can administer the current page
| |
| CanAdminPage(TabInfo) |
Returns a flag indicating whether the current user can administer a page
| |
| CanCopyPage()()()() |
Returns a flag indicating whether the current user can copy the current page
| |
| CanCopyPage(TabInfo) |
Returns a flag indicating whether the current user can copy a page
| |
| CanDeletePage()()()() |
Returns a flag indicating whether the current user can delete the current page
| |
| CanDeletePage(TabInfo) |
Returns a flag indicating whether the current user can delete a page
| |
| CanExportPage()()()() |
Returns a flag indicating whether the current user can export the current page
| |
| CanExportPage(TabInfo) |
Returns a flag indicating whether the current user can export a page
| |
| CanImportPage()()()() |
Returns a flag indicating whether the current user can import the current page
| |
| CanImportPage(TabInfo) |
Returns a flag indicating whether the current user can import a page
| |
| CanManagePage()()()() |
Returns a flag indicating whether the current user can manage the current page's settings
| |
| CanManagePage(TabInfo) |
Returns a flag indicating whether the current user can manage a page's settings
| |
| CanNavigateToPage()()()() |
Returns a flag indicating whether the current user can see the current page in a navigation object
| |
| CanNavigateToPage(TabInfo) |
Returns a flag indicating whether the current user can see a page in a navigation object
| |
| CanViewPage()()()() |
Returns a flag indicating whether the current user can view the current page
| |
| CanViewPage(TabInfo) |
Returns a flag indicating whether the current user can view a page
| |
| DeleteTabPermission | Obsolete. | |
| DeleteTabPermissionsByTabID | Obsolete. | |
| DeleteTabPermissionsByUser |
DeleteTabPermissionsByUser deletes a user's Tab Permissions in the Database
| |
| DeleteTabPermissionsByUserID | 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.) | |
| GetTabPermissions(Int32, Int32) |
GetTabPermissions gets a TabPermissionCollection
| |
| GetTabPermissions(TabPermissionCollection, String) | Obsolete. | |
| GetTabPermissionsByPortal | Obsolete. | |
| GetTabPermissionsByTabID(Int32) | Obsolete. | |
| GetTabPermissionsByTabID(ArrayList, Int32) | Obsolete. | |
| GetTabPermissionsByTabID(ArrayList, Int32, String) | Obsolete. | |
| GetTabPermissionsCollectionByTabID(Int32) | Obsolete. | |
| GetTabPermissionsCollectionByTabID(ArrayList, Int32) | Obsolete. | |
| GetTabPermissionsCollectionByTabID(Int32, Int32) | Obsolete. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasTabPermission(String) |
HasTabPermission checks whether the current user has a specific Tab Permission
| |
| HasTabPermission(TabPermissionCollection, String) |
HasTabPermission checks whether the current user has a specific Tab Permission
| |
| ImplicitRoles |
Returns a list with all roles with implicit permissions on Tabs
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SaveTabPermissions |
SaveTabPermissions saves a Tab's permissions
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateTabPermission | 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.) |