Click or drag to resize
ActivityTypeInfoProviderGetActivityTypeInfoInternal Method (String)
Returns activity type with specified name.

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 10.0.0
Syntax
C#
protected virtual ActivityTypeInfo GetActivityTypeInfoInternal(
	string typeName
)

Parameters

typeName
Type: SystemString
Activity type name

Return Value

Type: ActivityTypeInfo
See Also