Click or drag to resize

DocumentFinderGetFtsErrorSubList Method

Returns sub list of FTS errors

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DocumentFinderFtsErrorExtendedInfo[] GetFtsErrorSubList(
	string sortExpression,
	int maximumRows,
	int startRowIndex
)

Parameters

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

Return Value

Type: DocumentFinderFtsErrorExtendedInfo
See Also