Click or drag to resize
MediaLibraryHelperGetTaskTitle Method
Gets task title.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
public static string GetTaskTitle(
	TaskTypeEnum taskType,
	string sourcePath,
	string targetPath,
	MediaLibraryInfo library
)

Parameters

taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
sourcePath
Type: SystemString
Source path
targetPath
Type: SystemString
Target path
library
Type: CMS.MediaLibraryMediaLibraryInfo
Media library

Return Value

Type: String
See Also