ServiceFunctionsGetXmlDocument Method |
Gets the Xml document from the xml record.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static XmlDocument GetXmlDocument(
ODataService ctx,
Record xmlRecord
)
Public Shared Function GetXmlDocument (
ctx As ODataService,
xmlRecord As Record
) As XmlDocument
public:
static XmlDocument^ GetXmlDocument(
ODataService^ ctx,
Record^ xmlRecord
)
static member GetXmlDocument :
ctx : ODataService *
xmlRecord : Record -> XmlDocument
Parameters
- ctx ODataService
- The OData contact.
- xmlRecord Record
- The xml Record message.
Return Value
XmlDocumentThe Xml document.
See Also