Click or drag to resize

IXsltTechnicalMetadataTransform Method


Performs XSLT transformation of specified source document

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
string Transform(
	XDocument sourceDocument
)

Parameters

sourceDocument
Type: System.Xml.LinqXDocument
The document to be transformed

Return Value

Type: String
The transformation result in string format
See Also