ResultTable properties
SharePoint 2013
The ResultTable type exposes the following members.
| Name | Description | |
|---|---|---|
|
Depth | Gets a value indicating the depth of nesting for the current row. |
|
Error | |
|
FieldCount | Gets the number of columns returned in the search results. |
|
GroupTemplateId | |
|
IsClosed | Gets a Boolean value indicating if the ResultTable is closed. |
|
IsTotalRowsExact | Gets a Boolean value indicating whether the value returned for the TotalRows property is an approximation, or the exact number of rows. |
|
Item[Int32] | Gets a search result from the collection, based on the specified index. |
|
Item[String] | Gets a search result from the collection, based on the specified row name. |
|
ItemTemplateId | |
|
Order | |
|
Properties | |
|
Properties_Client | |
|
QueryId | |
|
QueryRuleId | |
|
QueryRuleId_Client | |
|
RecordsAffected | Gets the number of rows changed. |
|
ResultRows | |
|
ResultTitle | |
|
ResultTitleUrl | |
|
ResultType | Obsolete. Gets the type of search results in the result table. |
|
RowCount | Gets the number of search results returned in the result table. |
|
Table | Gets or sets the DataTable containing the search results. |
|
TableType | |
|
TotalRows | Gets the number of search results returned in the result table. |
|
TotalRowsIncludingDuplicates | Gets the number of search results including duplicate results returned in the result table. |
Show: