Select a document in search results.
public bool GetNthDoc(long iDoc);
Public Function GetNthDoc(iDoc As long) As bool
|
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.
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|