Click or drag to resize
DeleteMetaFileWebFarmTask Class
Web farm task used to delete meta files.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.DataEngineDeleteMetaFileWebFarmTask

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public class DeleteMetaFileWebFarmTask : WebFarmTaskBase

The DeleteMetaFileWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodDeleteMetaFileWebFarmTask
Initializes a new instance of DeleteMetaFileWebFarmTask.
Top
Properties
  NameDescription
Public propertyDeleteDirectory
Gets or sets a value that indicates whether delete specified directory.
Public propertyFileName
Gets or sets name of the file which will be deleted.
Public propertySiteName
Gets or sets name of the site to which file is assigned to.
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