Click or drag to resize
ActivityTypeInfoProviderGetActivityTypeEnabled Method
Checks if specified activity type is enabled.

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

Parameters

typeName
Type: SystemString
Code name of activity type

Return Value

Type: Boolean
See Also