ServiceFunctionsAddDocuments Method

Scanjour Workflow4 Reference Manual
Add a document to a document array

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 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: Record
THe new document list.
See Also

Reference