Skip to main content

What it does

Specifies the registration parameters of a document.

Definition

void SetDocumentProperties( int sessionId, int batchId, int documentId, RegistrationProperty [] properties );

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 for which registration parameters are to be specified
propertiesRegistrationProperty[]A set of records, each describing one of the registration parameters of the document

Returned value

None.