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

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