Click or drag to resize
StagingTaskInfoProviderGetTaskTitle Method
Gets task title.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static string GetTaskTitle(
	TaskTypeEnum taskType,
	GeneralizedInfo infoObj,
	TranslationHelper th
)

Parameters

taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
infoObj
Type: CMS.DataEngineGeneralizedInfo
Info object
th
Type: CMS.DataEngineTranslationHelper
Translation helper

Return Value

Type: String
See Also