BaseInfo GetPermissionObjectType Method Kentico 8.1 API Reference
Returns the permission object type of the object (checks the SiteID column and SiteBinding columns). According to this value, the permission check is performed.

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

Parameters

permissionName
Type: OnlineSystem String
sites
Type: OnlineSystem.Collections.Generic List SiteInfoIdentifier  
permissionToCheck
Type: OnlineSystem String 

Return Value

Type: BaseInfo PermissionObjectType
See Also