Skip to main content

What it does

Allows you to change the document priority.

Definition

void SetDocumentPriority( int sessionId, int batchId, int documentId, int priority );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
batchIdintThe ID of the batch that contains the document
documentIdintThe ID of the document whose priority must be changed
priorityintDocument priority. See Priority for possible values

Returned value

None.