The TabPermissionController type exposes the following members.

Methods

  NameDescription
Public methodAddTabPermission Obsolete.
Public methodStatic memberCanAddContentToPage()()()()
Returns a flag indicating whether the current user can add content to the current page
Public methodStatic memberCanAddContentToPage(TabInfo)
Returns a flag indicating whether the current user can add content to a page
Public methodStatic memberCanAddPage()()()()
Returns a flag indicating whether the current user can add a child page to the current page
Public methodStatic memberCanAddPage(TabInfo)
Returns a flag indicating whether the current user can add a child page to a page
Public methodStatic memberCanAdminPage()()()()
Returns a flag indicating whether the current user can administer the current page
Public methodStatic memberCanAdminPage(TabInfo)
Returns a flag indicating whether the current user can administer a page
Public methodStatic memberCanCopyPage()()()()
Returns a flag indicating whether the current user can copy the current page
Public methodStatic memberCanCopyPage(TabInfo)
Returns a flag indicating whether the current user can copy a page
Public methodStatic memberCanDeletePage()()()()
Returns a flag indicating whether the current user can delete the current page
Public methodStatic memberCanDeletePage(TabInfo)
Returns a flag indicating whether the current user can delete a page
Public methodStatic memberCanExportPage()()()()
Returns a flag indicating whether the current user can export the current page
Public methodStatic memberCanExportPage(TabInfo)
Returns a flag indicating whether the current user can export a page
Public methodStatic memberCanImportPage()()()()
Returns a flag indicating whether the current user can import the current page
Public methodStatic memberCanImportPage(TabInfo)
Returns a flag indicating whether the current user can import a page
Public methodStatic memberCanManagePage()()()()
Returns a flag indicating whether the current user can manage the current page's settings
Public methodStatic memberCanManagePage(TabInfo)
Returns a flag indicating whether the current user can manage a page's settings
Public methodStatic memberCanNavigateToPage()()()()
Returns a flag indicating whether the current user can see the current page in a navigation object
Public methodStatic memberCanNavigateToPage(TabInfo)
Returns a flag indicating whether the current user can see a page in a navigation object
Public methodStatic memberCanViewPage()()()()
Returns a flag indicating whether the current user can view the current page
Public methodStatic memberCanViewPage(TabInfo)
Returns a flag indicating whether the current user can view a page
Public methodDeleteTabPermission Obsolete.
Public methodDeleteTabPermissionsByTabID Obsolete.
Public methodStatic memberDeleteTabPermissionsByUser
DeleteTabPermissionsByUser deletes a user's Tab Permissions in the Database
Public methodDeleteTabPermissionsByUserID Obsolete.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetTabPermissions(Int32, Int32)
GetTabPermissions gets a TabPermissionCollection
Public methodGetTabPermissions(TabPermissionCollection, String) Obsolete.
Public methodGetTabPermissionsByPortal Obsolete.
Public methodGetTabPermissionsByTabID(Int32) Obsolete.
Public methodGetTabPermissionsByTabID(ArrayList, Int32) Obsolete.
Public methodGetTabPermissionsByTabID(ArrayList, Int32, String) Obsolete.
Public methodGetTabPermissionsCollectionByTabID(Int32) Obsolete.
Public methodGetTabPermissionsCollectionByTabID(ArrayList, Int32) Obsolete.
Public methodGetTabPermissionsCollectionByTabID(Int32, Int32) Obsolete.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberHasTabPermission(String)
HasTabPermission checks whether the current user has a specific Tab Permission
Public methodStatic memberHasTabPermission(TabPermissionCollection, String)
HasTabPermission checks whether the current user has a specific Tab Permission
Public methodStatic memberImplicitRoles
Returns a list with all roles with implicit permissions on Tabs
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSaveTabPermissions
SaveTabPermissions saves a Tab's permissions
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateTabPermission Obsolete.

Extension Methods

  NameDescription
Public Extension MethodToJson
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