Class UpdateFileWebFarmTask
Web farm task used to update files.
[Obsolete("The class supported the framework infrastructure and is no longer needed.")]
[ObsoleteSince(29, 3)]
public class UpdateFileWebFarmTask : WebFarmTaskBase
- Inheritance
-
objectUpdateFileWebFarmTask
- Inherited Members
- Extension Methods
Properties
Path
Gets or sets path of the file to be updated.
public string Path { get; set; }
Property Value
- string
Methods
ExecuteTask()
Processes the web farm task by invoking the WriteAllBytes(string, byte[]) method while passing it current class' properties as its parameters.
public override void ExecuteTask()