SearchResult Class Members
In This Topic
The following tables list the members exposed by SearchResult.
Public Constructors
Public Properties
| Name | Description |
 | Fields |
Fields returned in the search result, including field name and type
|
 | NextStart |
Index of the results from which the list of results will start on next page. If there are no more results, -1 is returned.
|
 | Num |
Number of results returned in the page
|
 | Q |
Search query string used
|
 | Results |
Results of the search
|
 | Start |
Index of the results from which the list of results start on this page
|
Top
See Also