Click or drag to resize
DocumentSynchronizationHelperGetTaskTitle Method
Gets document staging task title.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetTaskTitle(
	TaskTypeEnum taskType,
	TreeNode node
)

Parameters

taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
node
Type: CMS.DocumentEngineTreeNode
Tree node

Return Value

Type: String
See Also