Click or drag to resize

DocumentFinderGetSpecificUnindexedDocumentsListSorted Method

Returns sorted list of specific unindexed documents in the system (only latest versions)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DocumentFinderUnindexedDocumentInformation[] GetSpecificUnindexedDocumentsListSorted(
	string sortExpression,
	int maximumRows,
	int startRowIndex,
	int count,
	DateTime from,
	DateTime to
)

Parameters

sortExpression
Type: SystemString
maximumRows
Type: SystemInt32
startRowIndex
Type: SystemInt32
count
Type: SystemInt32
from
Type: SystemDateTime
to
Type: SystemDateTime

Return Value

Type: DocumentFinderUnindexedDocumentInformation
See Also