Click or drag to resize
ActivityTypeInfoProviderGetActivityTypeInfo Method (Int32)

Note: This API is now obsolete.

Returns activity type with specified ID.

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IActivityTypeInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ActivityTypeInfo.Provider.")]
public static ActivityTypeInfo GetActivityTypeInfo(
	int typeId
)

Parameters

typeId
Type: SystemInt32
Activity type ID

Return Value

Type: ActivityTypeInfo
See Also