GetDocumentResultsList
What it does
Gets a list of files into which the document processing results were exported. Makes sense only if export results are saved on the Application Server.
The method can be used when exporting results to FlexiCapture database. When exporting to a file storage, null is returned.
Definition
string[] GetDocumentResultsList( 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 |
documentId | int | The ID of the document about which information is to be retrieved |
Returned value
Type | Description |
string[] | The list of files into which the document processing results were exported |
4/12/2024 6:16:03 PM