Click or drag to resize
ActivityTypeInfoProviderSetActivityTypeInfoInternal Method
Sets (updates or inserts) specified activity type.

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetActivityTypeInfoInternal(
	ActivityTypeInfo typeObj
)

Parameters

typeObj
Type: CMS.ActivitiesActivityTypeInfo
Activity type to be set
See Also