Click or drag to resize
DeleteForumAttachmentWebFarmTask Class
Web farm task used to delete forum attachments.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.ForumsDeleteForumAttachmentWebFarmTask

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

The DeleteForumAttachmentWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodDeleteForumAttachmentWebFarmTask
Initializes a new instance of DeleteForumAttachmentWebFarmTask.
Top
Properties
  NameDescription
Public propertyDeleteDirectory
Gets or sets a value that indicates whether directory will be deleted.
Public propertyFileName
Gets or sets name of the file attachment which will be deleted.
Public propertySiteName
Gets or sets name of the site which forum 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