 | GetDocumentsBySnapshot(Guid, Guid, String, SearchCriteria, ColumnSelector, Int32, Int32) |
Finds documents which fulfills specified search criteria and retrieves a single page of data.
This the main method in the API for finding documents in FileHold. It will use the specified criteria to get a list of documents.
For efficiency, it will store the result set as a snapshot in the database and return a page of documents of the specified size
starting from the specified row. If necessary, a previous snapshot id can be invalidated when a new one is created.
|