SelectableContentEnum Enumeration |
Enumeration defining the type of content which could be selected.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public enum SelectableContentEnum
Members
| Member name | Value | Description |
---|
| OnlyImages | 0 |
Only images can be selected.
|
| OnlyFlash | 1 |
Only flash can be selected.
|
| OnlyMedia | 2 |
Only images/audio/video/flash can be selected
|
| AllContent | 3 |
All file types can be selected.
|
| AllFiles | 4 |
All content files can be selected.
|
See Also