Click or drag to resize

IPageVersionLayout Property


Gets and sets the page version's layout, which is the file name of its XSLT style sheet.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
string Layout { get; set; }

Property Value

Type: String
Remarks

Layout serves as backup rendering mechanism when ViewName is not specified or cannot be found.

Examples
Example of Layout value: "default.xsl"
See Also