| ActivitySettingsHelperGetLoggingEnabled Method  | 
            Checks if specified activity logging is enabled.
            
 
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntaxpublic 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