DocumentFinderGetUnindexedDocumentsList Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns list of unindexed documents in the system (only latest versions)")]
public DocumentFinderUnindexedDocumentInformation[] GetUnindexedDocumentsList(
	string sortExpression,
	int maximumRows,
	int startRowIndex
)

Parameters

sortExpression  String
 
maximumRows  Int32
 
startRowIndex  Int32
 

Return Value

DocumentFinderUnindexedDocumentInformation

See Also