Click or drag to resize
SelectablePageTypeEnum Enumeration
Defines which page types can be selected in the given dialog.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public enum SelectablePageTypeEnum
Members
  Member nameValueDescription
All0 All page types can be selected.
Standard1 Only standard pages can be selected. Content-only pages cannot be selected.
ContentOnly2 Only content only pages can be selected. Standard pages cannot be selected.
See Also