Click or drag to resize
TaskHelperGetTaskTypeString Method
Returns the task type string.

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

Parameters

taskType
Type: CMS.DataEngineTaskTypeEnum
Task type

Return Value

Type: String
See Also