Click or drag to resize
MediaLibraryHelper.GetTaskTitle Method
Gets task title.

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

Parameters

taskType
Type: CMS.DataEngine.TaskTypeEnum
Task type
sourcePath
Type: System.String
Source path
targetPath
Type: System.String
Target path
library
Type: CMS.MediaLibrary.MediaLibraryInfo
Media library

Return Value

Type: String
See Also