Click or drag to resize
ActivitySettingsHelperActivitiesEnabledAndModuleLoaded Method (String)
Returns true if global logging switch for the given site is enabled and online marketing module is loaded.

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 12.0.0
Syntax
C#
public static bool ActivitiesEnabledAndModuleLoaded(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also