The ModulePermissionController type exposes the following members.

Methods

  NameDescription
Public methodAddModulePermission(ModulePermissionInfo) Obsolete.
Public methodAddModulePermission(ModulePermissionInfo, Int32) Obsolete.
Public methodStatic memberCanAdminModule
Returns a flag indicating whether the current user can administer a module
Public methodStatic memberCanDeleteModule
Returns a flag indicating whether the current user can delete a module
Public methodStatic memberCanEditModuleContent
Returns a flag indicating whether the current user can edit module content
Public methodStatic memberCanExportModule
Returns a flag indicating whether the current user can export a module
Public methodStatic memberCanImportModule
Returns a flag indicating whether the current user can import a module
Public methodStatic memberCanManageModule
Returns a flag indicating whether the current user can manage a module's settings
Public methodStatic memberCanViewModule
Returns a flag indicating whether the current user can view a module
Public methodDeleteModulePermission Obsolete.
Public methodDeleteModulePermissionsByModuleID Obsolete.
Public methodStatic memberDeleteModulePermissionsByUser
DeleteModulePermissionsByUser deletes a user's Module Permission in the Database
Public methodDeleteModulePermissionsByUserID 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 methodGetModulePermission Obsolete.
Public methodStatic memberGetModulePermissions(Int32, Int32)
GetModulePermissions gets a ModulePermissionCollection
Public methodGetModulePermissions(ModulePermissionCollection, String) Obsolete.
Public methodGetModulePermissionsByModuleID Obsolete.
Public methodGetModulePermissionsByPortal Obsolete.
Public methodGetModulePermissionsByTabID Obsolete.
Public methodGetModulePermissionsCollectionByModuleID(Int32) Obsolete.
Public methodGetModulePermissionsCollectionByModuleID(ArrayList, Int32) Obsolete.
Public methodGetModulePermissionsCollectionByModuleID(Int32, Int32) Obsolete.
Public methodGetRoleNamesFromRoleIDs Obsolete.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberHasModuleAccess
Determines if user has the necessary permissions to access an item with the designated AccessLevel.
Public methodStatic memberHasModulePermission(Int32, String) Obsolete.
Public methodStatic memberHasModulePermission(ModulePermissionCollection, String)
HasModulePermission checks whether the current user has a specific Module Permission
Public methodStatic memberHasModulePermission(Int32, Int32, String) Obsolete.
Public methodStatic memberImplicitRoles
Returns a list with all roles with implicit permissions on Modules
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSaveModulePermissions
SaveModulePermissions updates a Module's permissions
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateModulePermission 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