DeleteBizFormFileWebFarmTask Class |
Namespace: CMS.OnlineForms
public class DeleteBizFormFileWebFarmTask : WebFarmTaskBase
The DeleteBizFormFileWebFarmTask type exposes the following members.
Name | Description | |
---|---|---|
DeleteBizFormFileWebFarmTask |
Initializes a new instance of DeleteBizFormFileWebFarmTask.
|
Name | Description | |
---|---|---|
FileName |
Gets or sets name of the file to be deleted.
| |
IsTempFile |
Gets or sets the flag indicating whether file is a temporary file. False by default.
| |
SiteName |
Gets or sets name of the site which bizform is assigned to.
Null if IsTempFile is true.
| |
TaskBinaryData |
Gets or sets the binary representation of data.
(Inherited from WebFarmTaskBase.) | |
TaskFilePath |
Gets or sets target path of file transported by task.
(Inherited from WebFarmTaskBase.) | |
TaskTarget |
Gets or sets task target.
(Inherited from WebFarmTaskBase.) |
Name | Description | |
---|---|---|
ConditionMethod |
Returns true whether the synchronization for deleting bizform files is allowed.
(Overrides WebFarmTaskBaseConditionMethod.) | |
ExecuteTask |
Processes the web farm task by invoking the Delete(String) method upon bizform file given by SiteName and FileName.
(Overrides WebFarmTaskBaseExecuteTask.) |