Click or drag to resize

SearchRequestData Class

Provides information about the specified search request.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsSearchRequestData

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class SearchRequestData

The SearchRequestData type exposes the following members.

Constructors
  NameDescription
Public methodSearchRequestData
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyKeywords
Gets or sets the list of search keywords.
Public propertyPageNumber
Gets or sets the page number that the user has been redirected from.
Public propertyPhrase
Gets or sets the complete search phrase.
Public propertyPosition
Gets or sets the 1-based position of the search result that has been selected up by a user.
Top
Methods
  NameDescription
Public methodStatic memberParse
Parses search request data from the given URI.
Top
Remarks