Click or drag to resize
DeleteFolderWebFarmTask Class
Web farm task used to delete folders.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.IODeleteFolderWebFarmTask

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax
C#
public class DeleteFolderWebFarmTask : WebFarmTaskBase

The DeleteFolderWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodDeleteFolderWebFarmTask
Initializes a new instance of DeleteFolderWebFarmTask.
Top
Properties
  NameDescription
Public propertyPath
Gets or sets path of the folder to be deleted.
Public propertyTaskBinaryData
Gets or sets the binary representation of data.
(Inherited from WebFarmTaskBase.)
Public propertyTaskFilePath
Gets or sets target path of file transported by task.
(Inherited from WebFarmTaskBase.)
Public propertyTaskTarget
Gets or sets task target.
(Inherited from WebFarmTaskBase.)
Top
Methods
  NameDescription
Public methodConditionMethod
Returns true if the synchronization of the deletion of the physical files is allowed.
(Overrides WebFarmTaskBaseConditionMethod.)
Public methodExecuteTask
Processes the web farm task by invoking the Delete(String, Boolean) method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBaseExecuteTask.)
Top
See Also