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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.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