ContextParameters Constructor (XmlDocument) |
Creates WFG context from a XML document (RecordSet or DataSet XML Document)
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax public ContextParameters(
XmlDocument xmlDocument
)
Public Sub New (
xmlDocument As XmlDocument
)
Parameters
- xmlDocument
- Type: System.XmlXmlDocument
The XML document
See Also