Click or drag to resize
AvailableSitesEnum Enumeration
Available sites enumeration.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public enum AvailableSitesEnum
Members
  Member nameValueDescription
All0 All sites available.
OnlyCurrentSite1 Only current site according site context available.
OnlySingleSite2 Only specified single site available.
See Also