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

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

Parameters

taskType
Type: SystemString
String task type representation

Return Value

Type: TaskTypeEnum
See Also