BCSBatchOperationAddDocumentToBatch Method |
Adds a document with the specified ID property value to the batch.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void AddDocumentToBatch(
string objectID
)
Public Sub AddDocumentToBatch (
objectID As String
)
public:
void AddDocumentToBatch(
String^ objectID
)
member AddDocumentToBatch :
objectID : string -> unit
Parameters
- objectID
- Type: SystemString
The ID property value of the document to add.
See Also