| DeleteMetaFileWebFarmTask Class |
Namespace: CMS.DataEngine
public class DeleteMetaFileWebFarmTask : WebFarmTaskBase
The DeleteMetaFileWebFarmTask type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteMetaFileWebFarmTask |
Initializes a new instance of DeleteMetaFileWebFarmTask.
|
| Name | Description | |
|---|---|---|
| DeleteDirectory |
Gets or sets a value that indicates whether delete specified directory.
| |
| FileName |
Gets or sets name of the file which will be deleted.
| |
| SiteName |
Gets or sets name of the site to which file 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.) |
| Name | Description | |
|---|---|---|
| ConditionMethod |
Returns true if the synchronization of the deletion of the meta files is allowed
(Overrides WebFarmTaskBaseConditionMethod.) | |
| ExecuteTask |
Processes the web farm task by invoking the DeleteFile(String, String, Boolean, Boolean) method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBaseExecuteTask.) |