See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
SearchResults::GetNthDoc Method

Select a document in search results.

C#
public bool GetNthDoc(long iDoc);
Visual Basic
Public Function GetNthDoc(iDoc As long) As bool
Parameters
Parameters 
Description 
whichDoc 
Integer between zero and Count-1 specifying the document to select. 
Remarks

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

See Also
You are here: dtSearch::Engine Namespace > SearchResults Class > SearchResults Methods > GetNthDoc Method
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.