Skip to main content

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

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
batchIdintThe ID of the batch that contains the document
documentIdintThe ID of the document about which information is to be retrieved

Returned value

TypeDescription
string[]The list of files into which the document processing results were exported