Click or drag to resize

AssetType Enumeration


The list of types of Asset

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public enum AssetType
Members
  Member nameValueDescription
Binary0 Generic binary type with no extension or mime type associations, ultimate fallback type
Code1 Generic source code type, fallback type for mime type starting with "application/" and ending with "script"
Css2 Cascade stylesheet type, associated with mime type "text/css"
Json3 Javascript Object Notation type, associated with mime type "application/json"
Text4 Generic text code type, fallback type for mime type starting with "text/"
Xml5 Extensible Markup Language type, associated with mime type "text/xml" and "application/xml"
XsltStylesheet6 Extensible tylesheet Language Transformations type, associated with mime type "text" and extension ".xsl" or ".xslt", also associated with mime type "application/xslt"
Document7 Generic document type, fallback type for mime type starting with "application" and contains "document" or "pdf"
Image8 Image type, associated with mime type starting with "image/"
Audio9 Audio media type, associated with mime type starting with "audio/"
Video10 Video media type, associated with mime type starting with "video/"
View11 ASP.NET MVC view type, associated with extension ".cshtml" only, doesn't cover ".vbhtml". This type is an important piece of CMS functionality on Dynamic Site Server rendering pipeline.
Html12 Hypertext Markup Language type, associated with mime type "text/html"
Js13 Javascript type, associated with mime type "application/javascript"
See Also