EnumSystemSchema Enumeration
|
The list of types for
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 EnumSystemSchema
Public Enumeration EnumSystemSchema
public enum class EnumSystemSchema
Members
| Member name | Value | Description |
---|
| BinaryDocument | 0 |
The "Binary Document" Schema |
| Folder | 1 |
The "Folder" Schema |
| Image | 2 |
The "Image" Schema |
| Insert | 3 |
The "Insert" xPower component Schema |
| Media | 4 |
The "Media" Schema |
| Navigation | 5 |
The "Navigation" xPower component Schema |
| LocaleSpecificValue | 6 |
The schema for component that specified locale and value for the locale.
It is essential for asst schemas
|
See Also