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.3.169
Syntax string Layout { get; set; }
Property Layout As String
Get
Set
property String^ Layout {
String^ get ();
void set (String^ value);
}
abstract Layout : string with get, set
Property Value
Type:
StringRemarks Layout serves as backup rendering mechanism when ViewName is not specified or cannot be found.
Examples
Example of Layout value: "default.xsl"
See Also