PromoteBizFormTempFileWebFarmTask Class |
Namespace: CMS.OnlineForms
public class PromoteBizFormTempFileWebFarmTask : WebFarmTaskBase
The PromoteBizFormTempFileWebFarmTask type exposes the following members.
Name | Description | |
---|---|---|
![]() | PromoteBizFormTempFileWebFarmTask |
Initializes a new instance of the PromoteBizFormTempFileWebFarmTask class.
|
Name | Description | |
---|---|---|
![]() | FileName |
Gets or sets the name of the file to be updated.
|
![]() | SiteName |
Gets or sets the name of the site the form is assigned to.
|
![]() | 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.) |
![]() | TempFileName |
Gets or sets the name of the temporary file to be promoted.
|
Name | Description | |
---|---|---|
![]() | ConditionMethod |
Returns true if the synchronization of the BizForm files is allowed.
(Overrides WebFarmTaskBaseConditionMethod.) |
![]() | ExecuteTask |
Processes the web farm task by moving the temporary file identified by TempFileName to a new location specified by FileName.
(Overrides WebFarmTaskBaseExecuteTask.) |