Represents a XSLT style sheet file in the App_Dat/xml/Stylesheets folder.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IStylesheet type exposes the following members.
Properties
Name | Description | |
---|---|---|
FileName |
Gets and sets the name of the XSLT stylesheet File.
| |
FilePath |
Gets the full path of the XSLT style sheet File.
|
Methods
Name | Description | |
---|---|---|
Document |
Retrieves the XML document of this XSLT style sheet.
| |
Validate |
Validates the XSLT style sheet, both as a valid XML document and/or with provided callback.
|
See Also