Click or drag to resize
ISearchEnginesDetectorIsSearchEngine Method
Returns whether request was made by search engine with respect to site settings.

Namespace: CMS.WebAnalytics.Internal
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax
C#
bool IsSearchEngine(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of site

Return Value

Type: Boolean
true if request was made by search engine and exclude search engines setting is active otherwise false.
See Also