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.6.492
Syntax
string Layout { get; set; }

Property Value

String
Remarks

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

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