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: 23.3.0.0 (23.3.0.0)
Syntax
Parameters
- identity
- Type: SystemString
The identity. - document
- Type: System.XmlXmlDocument
The document.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | document |
ArgumentException | Given XML contains no document element. |
See Also