Click or drag to resize

HtmlDocumentAddXmlData(String, XmlNode) Method

Adds the XML data from specified XML node.

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,
	XmlNode node
)

Parameters

identity  String
The identity.
node  XmlNode
The node.
Exceptions
ExceptionCondition
ArgumentNullExceptionnode
See Also