Click or drag to resize
LogSearchHitParameters Class
Data class containing all fields required for asynchronous search hit logging.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsLogSearchHitParameters

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

The LogSearchHitParameters type exposes the following members.

Constructors
  NameDescription
Public methodLogSearchHitParameters
Top
Properties
  NameDescription
Public propertyDocumentCultureCode
Culture of the document from which was the request made.
Public propertyKeyword
Keyword representing the search query made by search engine.
Public propertyNodeAliasPath
Alias path to the document from which was the request made.
Top
See Also