Class DeleteFileWebFarmTask
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
-
objectDeleteFileWebFarmTask
- 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()