Click or drag to resize
TaskHelperGetTaskTypeEnum Method
Returns the task type enumeration value.

Namespace: CMS.Base
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static TaskTypeEnum GetTaskTypeEnum(
	string taskType
)

Parameters

taskType
Type: SystemString
String task type representation

Return Value

Type: TaskTypeEnum
See Also