Click or drag to resize
ActivitySettingsHelperGetLoggingEnabled Method
Checks if specified activity logging is enabled.

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

Parameters

siteName
Type: SystemString
Site name
keyname
Type: SystemString
Sttings key name of particular activity (e.g. "CMSCMPageVisits")
activityType
Type: SystemString
Activity type code name (e.g. PredefinedActivityType.PAGE_VISIT)

Return Value

Type: Boolean
See Also