Table of Contents

Class DeleteFolderWebFarmTask

Namespace
CMS.IO
Assembly
CMS.IO.dll

Web farm task used to delete folders.

[Obsolete("The class supported the framework infrastructure and is no longer needed.")]
[ObsoleteSince(29, 3)]
public class DeleteFolderWebFarmTask : WebFarmTaskBase
Inheritance
object
DeleteFolderWebFarmTask
Inherited Members
Extension Methods

Constructors

DeleteFolderWebFarmTask()

Initializes a new instance of DeleteFolderWebFarmTask.

public DeleteFolderWebFarmTask()

Properties

Path

Gets or sets path of the folder to be deleted.

public string Path { get; set; }

Property Value

string

Methods

ExecuteTask()

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

public override void ExecuteTask()

See Also