Click or drag to resize
ActivityTypeInfoProviderGetActivityTypeInfo Method (String)
Returns activity type with specified name.

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

Parameters

typeName
Type: SystemString
Activity type name

Return Value

Type: ActivityTypeInfo
See Also