dtSearch Text Retrieval Engine .NET interface

SearchResults.GetNthDoc Method 

Select a document in search results.

public bool GetNthDoc(
   int iDoc
);

Parameters

iDoc

Remarks

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

See Also

SearchResults Class | dtSearch.Engine Namespace