Click or drag to resize
BaseInfoPermissionObjectType Enumeration
Type of the object for permission check.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected enum PermissionObjectType
Members
  Member nameValueDescription
OnlyAdmin0 Only global administrator can access the object.
CurrentSite1 Permission should be checked against current site.
SpecifiedSite2 Permission should be checked against one of the specified sites (at least one has to be allowed for the user to be able to access the object).
See Also