Click or drag to resize
CMSAdminControlRaiseOnNotAllowed Method
Raises the OnNotAllowed event.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public void RaiseOnNotAllowed(
	string permissionType
)

Parameters

permissionType
Type: SystemString
Type of the permission not allowed
See Also