Click or drag to resize
BaseInfoPermissionCheckException Method
Fires an exception in case authorization result is false (denied or insignificant)

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected void PermissionCheckException(
	PermissionsEnum permission,
	string siteName,
	bool result
)

Parameters

permission
Type: CMS.DataEnginePermissionsEnum
Checked permission
siteName
Type: SystemString
Site name
result
Type: SystemBoolean
Result of the permission check
See Also