Click or drag to resize

ServiceFunctionsAddDocuments Method

Add a document to a document array

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static Record[] AddDocuments(
	Record[] documents,
	Record document,
	bool InFront = false
)

Parameters

documents  Record
The document list.
document  Record
The document to add.
InFront  Boolean  (Optional)
Add the document as first document

Return Value

Record
THe new document list.
See Also