Click or drag to resize
ISearchEnginesDetector Interface
Provides information whether current request was made by search engine based on current request and ExcludeSearchEngines settings.

Namespace: CMS.WebAnalytics.Internal
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax
C#
public interface ISearchEnginesDetector

The ISearchEnginesDetector type exposes the following members.

Methods
  NameDescription
Public methodIsSearchEngine
Returns whether request was made by search engine with respect to site settings.
Top
See Also