ISearchEnginesDetectorIsSearchEngine Method |
Returns whether request was made by search engine with respect to site settings.
Namespace: CMS.WebAnalytics.InternalAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax bool IsSearchEngine(
string siteName
)
Parameters
- siteName
- Type: SystemString
Name of site
Return Value
Type:
Booleantrue if request was made by search engine and exclude search engines setting is active otherwise
false.
See Also