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.111.0)
Syntax public void AddDocumentToBatch(
string objectID
)
Public Sub AddDocumentToBatch (
objectID As String
)
Parameters
- objectID
- Type: SystemString
The ID property value of the document to add.
See Also