Click or drag to resize
ImageHelperImageTypeEnum Enumeration
Available image types.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public enum ImageTypeEnum
Members
  Member nameValueDescription
None0 Image type is not specified.
Attachment1 Image is attachment.
Metafile2 Image is metafile.
MediaFile3 Image is mediafile.
PhysicalFile4 Image is physical file.
See Also