Click or drag to resize
ILogHitsProviderLogSearchHit Method
Performs logging of search event hit.

Namespace: CMS.WebAnalytics.Internal
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax
C#
void LogSearchHit(
	LogSearchHitParameters logSearchHitParameters
)

Parameters

logSearchHitParameters
Type: CMS.WebAnalyticsLogSearchHitParameters
Parameters required for hit logging
Exceptions
ExceptionCondition
ArgumentExceptionAttempt to found page according to the given logSearchHitParameters was not successful (no page was found).
InvalidOperationExceptionJavascript logging is not enabled on the current site.
ArgumentNullExceptionlogSearchHitParameters is null
See Also