SetDocumentPriority
What it does
Allows you to change the document priority.
Definition
void SetDocumentPriority( int sessionId, int batchId, int documentId, int priority );
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 |
| documentId | int | The ID of the document whose priority must be changed |
| priority | int | Document priority. See Priority for possible values |
Returned value
None.
12.04.2024 18:16:03