Table of Contents

Class PromoteBizFormTempFileWebFarmTask

Namespace
CMS.OnlineForms
Assembly
CMS.OnlineForms.dll

Web farm task used to promote temporary files attached to a form.

public class PromoteBizFormTempFileWebFarmTask : WebFarmTaskBase
Inheritance
object
PromoteBizFormTempFileWebFarmTask
Inherited Members
Extension Methods

Constructors

PromoteBizFormTempFileWebFarmTask()

Initializes a new instance of the PromoteBizFormTempFileWebFarmTask class.

public PromoteBizFormTempFileWebFarmTask()

Properties

FileName

Gets or sets the name of the file to be updated.

public string FileName { get; set; }

Property Value

string

TempFileName

Gets or sets the name of the temporary file to be promoted.

public string TempFileName { get; set; }

Property Value

string

Methods

ExecuteTask()

Processes the web farm task by moving the temporary file identified by TempFileName to a new location specified by FileName.

public override void ExecuteTask()