Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
SearchResults::GetNthDoc Method

Select a document in search results.

public bool GetNthDoc( long iDoc );
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.