ISchemaContentStylesheet Property
|
Gets/sets the entry XSLT style sheet name, located in the "xml/stylesheets" folder.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string Stylesheet { get; set; }
Property Stylesheet As String
Get
Set
property String^ Stylesheet {
String^ get ();
void set (String^ value);
}
abstract Stylesheet : string with get, set
Property Value
Type:
StringRemarks
If no view is found that matches either
ViewName or
RootName the Dynamic Site Server rendering engine outputs XML.
See Also