IStylesheet Interface Ingeniux CMS Content Store API

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

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

Reference