Click or drag to resize
MediaSourceEnum Enumeration
Enumeration defining the source of the media.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public enum MediaSourceEnum
Members
  Member nameValueDescription
Attachment0 Standard attachment.
DocumentAttachments1 Document attachments.
Content2 Documents from content tree.
MediaLibraries3 Media files from media libraries.
Web4 Media files from another website.
PhysicalFile5 Physical file.
MetaFile6 Meta file.
See Also