Click or drag to resize
ActivityTypeInfoProviderGetActivityTypeInfoInternal Method (Int32)
Returns activity type with specified ID.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
protected virtual ActivityTypeInfo GetActivityTypeInfoInternal(
	int typeId
)

Parameters

typeId
Type: SystemInt32
Activity type ID

Return Value

Type: ActivityTypeInfo
See Also