Table of Contents

Class DeleteFileWebFarmTask

Namespace
CMS.IO
Assembly
CMS.IO.dll

Web farm task used to delete physical files.

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

Properties

Path

Gets or sets path of the file to be deleted.

public string Path { get; set; }

Property Value

string

Methods

ExecuteTask()

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

public override void ExecuteTask()

See Also