BaseInfo CheckPermissionsInternal Method Kentico 8.1 API Reference
Checks whether the specified user has permissions for this object. This method is called automatically after CheckPermissions event was fired.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

permission
Type: CMS.DataEngine PermissionsEnum
Permission to perform this operation will be checked
siteName
Type: OnlineSystem String
Permissions on this site will be checked
userInfo
Type: CMS.Base IUserInfo
Permissions of this user will be checked
exceptionOnFailure
Type: OnlineSystem Boolean
If true, PermissionCheckException is thrown whenever a permission check fails

Return Value

Type: OnlineBoolean
True if user is allowed to perform specified operation on the this object; otherwise false
See Also