IPageVersionLayout Property Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference