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