DocumentFinderGetSpecificUnindexedDocumentsListSorted Method
Returns sorted list of specific unindexed documents in the system (only latest versions)
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Returns specific sorted list of unindexed documents in the system (only latest versions)")]
public DocumentFinderUnindexedDocumentInformation[] GetSpecificUnindexedDocumentsListSorted(
string sortExpression,
int maximumRows,
int startRowIndex,
int count,
DateTime from,
DateTime to
)
- sortExpression String
- maximumRows Int32
- startRowIndex Int32
- count Int32
- from DateTime
- to DateTime
DocumentFinderUnindexedDocumentInformation