EnumPageSchemaType Enumeration
|
List of rendering types for .
Namespace:
Ingeniux.CMS.Enums
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public enum EnumPageSchemaType
Public Enumeration EnumPageSchemaType
public enum class EnumPageSchemaType
Members
| Member name | Value | Description |
---|
| DSS | 0 |
The page created from the will use an MVC view in the DSS to render.
|
| XSLT | 1 |
The page created from the will use an XSLT template to render.
|
| MFO | 2 |
The page created from the will use an MVC view to render on publish.
|
See Also