Click or drag to resize

ServiceFunctionsGetXmlDocument Method

Gets the Xml document from the xml record.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: 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)
Syntax
public static XmlDocument GetXmlDocument(
	ODataService ctx,
	Record xmlRecord
)

Parameters

ctx  ODataService
The OData contact.
xmlRecord  Record
The xml Record message.

Return Value

XmlDocument
The Xml document.
See Also