Close
dtSearch .NET Standard API 2023.02
SearchResults.GetNthDoc Method (int, SearchResultsItem)

Obtain information about a document in search results.

public bool GetNthDoc( int whichDoc, SearchResultsItem item );
Parameters
Description
whichDoc
Integer between zero and Count-1 specifying the document to select.
item
SearchResultsItem to receive the information.

After selecting a document, use SearchResults.CurrentItem to access the properties of the document.