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
Public Enumeration EnumAssetSystemSchema
public enum class EnumAssetSystemSchema
type EnumAssetSystemSchema
Members
| Member name | Value | Description |
---|
| Js | 0 |
The "Javascript" .
|
| Html | 1 |
The "HTML" .
|
| View | 2 |
The MVC "View" .
|
| Audio | 3 |
The "Audio" .
|
| Video | 4 |
The "Video" .
|
| Document | 5 |
The "Document" .
|
| Text | 6 |
The "Text" .
|
| Code | 7 |
The "Code" .
|
| Binary | 8 |
The "Binary" .
|
| Xml | 9 |
The "XML" .
|
| Xslt | 10 |
The "XSLT" .
|
| Json | 11 |
The "JSON" .
|
| Css | 12 |
The "CSS" .
|
See Also