Click or drag to resize

QueryResult Class

Represents search query result. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.QueriesQueryResult

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class QueryResult

The QueryResult type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyTotal
Gets or sets the total number of results available.
Public propertyVisits
Gets or sets the collection of visits representing the current page retrieved from the data source.
Top
See Also