Table of Contents

Class RenameFolderMediaWebFarmTask

Namespace
CMS.MediaLibrary
Assembly
CMS.MediaLibrary.dll

Web farm task used to rename media folders.

public class RenameFolderMediaWebFarmTask : WebFarmTaskBase
Inheritance
object
RenameFolderMediaWebFarmTask
Inherited Members
Extension Methods

Properties

DestinationLibraryId

Gets or sets identifier of the library where folder will be renamed.

public int DestinationLibraryId { get; set; }

Property Value

int

DestinationPath

Gets or sets relative path where folder will be renamed.

public string DestinationPath { get; set; }

Property Value

string

SourcePath

Gets or sets relative path from where folder will be renamed.

public string SourcePath { get; set; }

Property Value

string

Methods

ConditionMethod()

Returns true whether the synchronization for renaming media folders is allowed and provided storage is not shared.

public override bool ConditionMethod()

Returns

bool

ExecuteTask()

Processes the web farm task by invoking the RenameMediaLibraryFolder(int, string, string, bool) method while passing it current class' properties as its parameters.

public override void ExecuteTask()

See Also