Click or drag to resize
BCSBatchOperationAddDocumentToBatch Method
Adds a document with the specified ID property value to the batch.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void AddDocumentToBatch(
	string objectID
)

Parameters

objectID
Type: SystemString
The ID property value of the document to add.
See Also