Select a document in search results.
C#
public bool GetNthDoc(
long iDoc
);
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