Click or drag to resize
AnalyticsHelperAnalyticsEnabled Method
Returns true if web analytics is enabled for specified site.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static bool AnalyticsEnabled(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also