Click or drag to resize
ActivityTypeInfoProviderGetActivityTypeInfo Method (String)

Note: This API is now obsolete.

Returns activity type with specified name.

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

Parameters

typeName
Type: SystemString
Activity type name

Return Value

Type: ActivityTypeInfo
See Also