SetDocumentProperties
What it does
Specifies the registration parameters of a document.
Definition
void SetDocumentProperties( int sessionId, int batchId, int documentId, RegistrationProperty [] properties );
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 for which registration parameters are to be specified |
properties | RegistrationProperty[] | A set of records, each describing one of the registration parameters of the document |
Returned value
None.
4/12/2024 6:16:02 PM