Click or drag to resize

EnumAssetSystemSchema Enumeration


The list of types for Asset Schemas that will be available by default to all Ingeniux CMS site Instances

Namespace:  Ingeniux.CMS.Enums
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public enum EnumAssetSystemSchema
Members
  Member nameValueDescription
Js0 The "Javascript" .
Html1 The "HTML" .
View2 The MVC "View" .
Audio3 The "Audio" .
Video4 The "Video" .
Document5 The "Document" .
Text6 The "Text" .
Code7 The "Code" .
Binary8 The "Binary" .
Xml9 The "XML" .
Xslt10 The "XSLT" .
Json11 The "JSON" .
Css12 The "CSS" .
See Also