Click or drag to resize
ActivityTypeInfoProviderDeleteActivityTypeInfoInternal Method
Deletes specified activity type.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteActivityTypeInfoInternal(
	ActivityTypeInfo typeObj
)

Parameters

typeObj
Type: CMS.WebAnalyticsActivityTypeInfo
Activity type to be deleted
See Also