MediaSourceEnum Enumeration |
Enumeration defining the source of the media.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public enum MediaSourceEnum
Members
| Member name | Value | Description |
---|
| Attachment | 0 |
Standard attachment.
|
| DocumentAttachments | 1 |
Document attachments.
|
| Content | 2 |
Documents from content tree.
|
| MediaLibraries | 3 |
Media files from media libraries.
|
| Web | 4 |
Media files from another website.
|
| PhysicalFile | 5 |
Physical file.
|
| MetaFile | 6 |
Meta file.
|
See Also