Table of Contents

Class DeleteBizFormFileWebFarmTask

Namespace
CMS.OnlineForms
Assembly
CMS.OnlineForms.dll

Web farm task used to delete bizform files.

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

Constructors

DeleteBizFormFileWebFarmTask()

Initializes a new instance of DeleteBizFormFileWebFarmTask.

public DeleteBizFormFileWebFarmTask()

Properties

FileName

Gets or sets name of the file to be deleted.

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 Delete(string) method upon bizform file given by FileName.

public override void ExecuteTask()

See Also