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.6.492
Syntax
string Transform(
	XDocument sourceDocument
)

Parameters

sourceDocument  XDocument
The document to be transformed

Return Value

String
The transformation result in string format
See Also