Click or drag to resize

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
Members
  Member nameValueDescription
DSS0 The page created from the will use an MVC view in the DSS to render.
XSLT1 The page created from the will use an XSLT template to render.
MFO2 The page created from the will use an MVC view to render on publish.
See Also