ResultTable members

Contains a list of query results, all of which are of the type specified by the TableType property.

The ResultTable type exposes the following members.

Constructors

  Name Description
Public method ResultTable Initializes a new instance of the ResultTable class.

Top

Properties

  Name Description
Public property GroupTemplateId Represents a distinct collection of search results returned for a query.
Public property ItemTemplateId
Public property Properties
Public property QueryId
Public property QueryRuleId
Public property ResultRows The list of query results.
Public property ResultTitle
Public property ResultTitleUrl
Public property RowCount Gets the number of search results returned in the result table.
Public property TableType Specifies the type of results.
Public property TotalRows
Public property TotalRowsIncludingDuplicates Gets the number of search results including duplicate results returned in the result table.
Public property TypeId (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

ResultTable class

Microsoft.SharePoint.Client.Search.Query namespace