Click or drag to resize
ExternalSearchData Class
Provides information about search engine associated with current request.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsExternalSearchData

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public class ExternalSearchData

The ExternalSearchData type exposes the following members.

Properties
  NameDescription
Public propertyKeyword
Search keyword
Public propertySearchEngineName
Request search engine name
Top
Methods
  NameDescription
Public methodStatic memberGet
Returns new ExternalSearchData with information about search engine from current request.
Top
See Also