DeleteDocument
What it does
Deletes a document.
Wichtig! The document export results will be deleted together with the document.
Definition
bool DeleteDocument( int sessionId, int batchId, int documentId );
Parameters
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
batchId | int | The ID of the batch that contains the document to be deleted |
documentId | int | The ID of the document to be deleted |
Returned value
Type | Description |
bool | A flag which show whether the operation was successful or not |
4/12/2024 6:16:01 PM