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

Select a document in search results.

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

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