Click or drag to resize
ActivityTypeInfoProviderGetActivityTypeDisplayName Method
Returns display name of particular activity.

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

Parameters

typeName
Type: SystemString
Code name of activity type

Return Value

Type: String
See Also