Click or drag to resize
SelectableContentEnum Enumeration
Enumeration defining the type of content which could be selected.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax
C#
public enum SelectableContentEnum
Members
  Member nameValueDescription
OnlyImages0 Only images can be selected.
OnlyMedia1 Only images/audio/video can be selected
AllContent2 All file types can be selected.
AllFiles3 All content files can be selected.
See Also