UpdateBizFormFileWebFarmTask Class |
Namespace: CMS.OnlineForms
public class UpdateBizFormFileWebFarmTask : WebFarmTaskBase
The UpdateBizFormFileWebFarmTask type exposes the following members.
Name | Description | |
---|---|---|
UpdateBizFormFileWebFarmTask |
Initializes a new instance of the UpdateBizFormFileWebFarmTask class.
|
Name | Description | |
---|---|---|
FileName |
Gets or sets the name of the file to be updated.
| |
IsTempFile |
Gets or sets the flag indicating whether file is a temporary file. False by default.
| |
SiteName |
Gets or sets the name of the site the form 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 if the synchronization of the BizForm files is allowed.
(Overrides WebFarmTaskBaseConditionMethod.) | |
ExecuteTask |
Processes the web farm task by invoking the SaveFileToDisk(String, BinaryData, Boolean) method upon bizform file given by SiteName and FileName.
(Overrides WebFarmTaskBaseExecuteTask.) |