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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public enum SelectableContentEnum
Members
  Member nameValueDescription
OnlyImages0 Only images can be selected.
OnlyFlash1 Only flash can be selected.
OnlyMedia2 Only images/audio/video/flash can be selected
AllContent3 All file types can be selected.
AllFiles4 All content files can be selected.
See Also