Click or drag to resize

HtmlDocumentAddXmlData(String, XmlDocument) Method

Adds the XML data from specified XML document.

Namespace: Scanjour.Workflow4.Web.Services.Helpers.Html
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void AddXmlData(
	string identity,
	XmlDocument document
)

Parameters

identity  String
The identity.
document  XmlDocument
The document.
Exceptions
ExceptionCondition
ArgumentNullExceptiondocument
ArgumentExceptionGiven XML contains no document element.
See Also