Table of Contents

Class UpdateFileWebFarmTask

Namespace
CMS.IO
Assembly
CMS.IO.dll

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
object
UpdateFileWebFarmTask
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()

See Also