DocumentFinderGetSpecificUnindexedDocumentsListSorted Method

Returns sorted list of specific 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 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
)

Parameters

sortExpression  String
maximumRows  Int32
startRowIndex  Int32
count  Int32
from  DateTime
to  DateTime

Return Value

DocumentFinderUnindexedDocumentInformation

See Also