BaseInfoGetPermissionObjectType Method |
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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected virtual BaseInfoPermissionObjectType GetPermissionObjectType(
string permissionName,
out List<SiteInfoIdentifier> sites,
out string permissionToCheck
)
Parameters
- permissionName
- Type: SystemString
- sites
- Type: System.Collections.GenericListSiteInfoIdentifier
- permissionToCheck
- Type: SystemString
Return Value
Type:
BaseInfoPermissionObjectTypeSee Also