XdtDocumentSource.

XdtDocumentSource(string) Constructor

Summary

Initializes a new instance of the XdtDocumentSource class.
Assembly
Cake.XdtTransform.dll
Namespace
Cake.XdtTransform
Containing Type
XdtDocumentSource

Syntax

public XdtDocumentSource(string documentXml)

Parameters

Name Type Description
documentXml string The XML document content.

Return Value

Type Description
void