CMSAdminControlRaiseOnCheckPermissions Method (String, String, CMSAdminControl) |
Raises the OnCheckPermissions event, returns true when event was fired.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public bool RaiseOnCheckPermissions(
string permissionType,
string modulePermissionType,
CMSAdminControl sender
)
Parameters
- permissionType
- Type: SystemString
Type of the permission to check - modulePermissionType
- Type: SystemString
Name of the module permission - sender
- Type: CMS.UIControlsCMSAdminControl
Sender (CMSAdminControl)
Return Value
Type:
BooleanSee Also