Click or drag to resize
ObjectRangeEnum Enumeration
Enum representing object range (in the scale of site vs. global object).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public enum ObjectRangeEnum
Members
  Member nameValueDescription
None0 No objects.
All1 All objects (both, site and global).
Site2 Site objects only.
Global3 Global objects only.
Default4 Default scope.
See Also