Table of Contents

Class UpdateBizFormFileWebFarmTask

Namespace
CMS.OnlineForms
Assembly
CMS.OnlineForms.dll

Web farm task used to update files attached to a form.

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

Constructors

UpdateBizFormFileWebFarmTask()

Initializes a new instance of the UpdateBizFormFileWebFarmTask class.

public UpdateBizFormFileWebFarmTask()

Properties

FileName

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

public string FileName { get; set; }

Property Value

string

IsTempFile

Gets or sets the flag indicating whether file is a temporary file. False by default.

public bool IsTempFile { get; set; }

Property Value

bool

Methods

ExecuteTask()

Processes the web farm task by invoking the SaveFileToDisk(string, BinaryDataWrapper, bool) method upon bizform file given by FileName.

public override void ExecuteTask()

See Also