ServiceFunctionsGetXmlDocument Method

Scanjour Workflow4 Reference Manual
Gets the Xml document from the xml record.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static XmlDocument GetXmlDocument(
	ODataService ctx,
	Record xmlRecord
)

Parameters

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

Return Value

Type: XmlDocument
The Xml document.
See Also

Reference