Click or drag to resize

DocumentFinderGetUnindexedDocumentsList Method

Returns list of 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[] GetUnindexedDocumentsList(
	string sortExpression,
	int maximumRows,
	int startRowIndex
)

Parameters

sortExpression
Type: SystemString
maximumRows
Type: SystemInt32
startRowIndex
Type: SystemInt32

Return Value

Type: DocumentFinderUnindexedDocumentInformation
See Also