Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
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: BaseInfoPermissionObjectType
See Also