Extract information from the requisition
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
public static Requisition GetRequisitionContent( ODataService ctx, XmlDocument xmlDocument )
Parameters
- ctx
- Type: ODataService
THe OData contaxt - xmlDocument
- Type: System.XmlXmlDocument
The requisition xml document.
Return Value
Type: RequisitionThe information extracted from the requisition xml document
See Also