Add a document to a document array
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static Record[] AddDocuments( Record[] documents, Record document, bool InFront = false )
Parameters
- documents
- Type: Record
The document list. - document
- Type: Record
The document to add. - InFront (Optional)
- Type: SystemBoolean
Add the document as first document
Return Value
Type: RecordTHe new document list.
See Also