CMSAdminControlRaiseOnCheckPermissions Method (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,
CMSAdminControl sender
)
Parameters
- permissionType
- Type: SystemString
Type of the permission to check - sender
- Type: CMS.UIControlsCMSAdminControl
Sender admin control
Return Value
Type:
BooleanSee Also