BaseInfoPermissionCheckException Method |
Fires an exception in case authorization result is false (denied or insignificant)
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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