Table of Contents

Class CreateFolderMediaWebFarmTask

Namespace
CMS.MediaLibrary
Assembly
CMS.MediaLibrary.dll

Web farm task used to create media folders.

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

Constructors

CreateFolderMediaWebFarmTask()

Initializes a new instance of CreateFolderMediaWebFarmTask.

public CreateFolderMediaWebFarmTask()

Properties

DestinationLibraryId

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

public int DestinationLibraryId { get; set; }

Property Value

int

DestinationPath

Gets or sets relative path where folder will be created.

public string DestinationPath { get; set; }

Property Value

string

Methods

ConditionMethod()

Returns true whether the synchronization for creating 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 CreateMediaLibraryFolder(int, string, bool) method while passing it current class' properties as its parameters.

public override void ExecuteTask()

See Also