Click or drag to resize

IStylesheet Interface


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: 10.5.94
Syntax
public interface IStylesheet

The IStylesheet type exposes the following members.

Properties
  NameDescription
Public propertyFileName
Gets and sets the name of the XSLT stylesheet File.
Public propertyFilePath
Gets the full path of the XSLT style sheet File.
Top
Methods
  NameDescription
Public methodDocument
Retrieves the XML document of this XSLT style sheet.
Public methodValidate
Validates the XSLT style sheet, both as a valid XML document and/or with provided callback.
Top
See Also