Click or drag to resize
DeleteFolderWebFarmTask Class
Web farm task used to delete folders.
Inheritance Hierarchy
System.Object
  CMS.Core.WebFarmTaskBase
    CMS.IO.DeleteFolderWebFarmTask

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
See Also