Obtain information about a document in search results.
C#
Parameters
|
Parameters |
Description |
|---|---|
|
whichDoc |
Integer between zero and Count-1 specifying the document to select. |
|
item |
SearchResultsItem to receive the information. |
Remarks
After selecting a document, use SearchResults.CurrentItem to access the properties of the document.
See Also