Extract information from the requisition
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 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