Click or drag to resize
CMSAdminControlRaiseOnCheckPermissions Method (String, String, CMSAdminControl)
Raises the OnCheckPermissions event, returns true when event was fired.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
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: Boolean
See Also