| DeleteFolderWebFarmTask Class |
Namespace: CMS.IO
public class DeleteFolderWebFarmTask : WebFarmTaskBase
The DeleteFolderWebFarmTask type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteFolderWebFarmTask |
Initializes a new instance of DeleteFolderWebFarmTask.
|
| Name | Description | |
|---|---|---|
| Path |
Gets or sets path of the folder to be deleted.
| |
| 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 deletion of the physical files is allowed.
(Overrides WebFarmTaskBaseConditionMethod.) | |
| ExecuteTask |
Processes the web farm task by invoking the Delete(String, Boolean) method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBaseExecuteTask.) |