DeleteBatch
What it does
Deletes a batch.
 Important !Deleting a batch deleted the exported documents contained in that batch.
Definition
bool DeleteBatch( int sessionId, int batchId );
Parameters
| Name | Type | Description | 
| sessionId | int | The ID of the connection to the Application Server | 
| batchId | int | The ID of the batch to be deleted | 
Returned value
| Type | Description | 
| bool | A flag that shows whether the operation has been successfully completed | 
4/12/2024 6:16:03 PM