ISchemaBasicStylesheet Property
|
Gets and sets the entry XSLT style sheet name, located in the "xml/stylesheets" folder.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring 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
String
RemarksThis property is not required, even if IsDynamicSitePage is set to false.
If no view is found that matches either property, however, not setting it means that the Dynamic Site Server rendering engine outputs XML.
ViewName or root name.
See Also