DeleteForumAttachmentWebFarmTask Class |
Namespace: CMS.Forums
public class DeleteForumAttachmentWebFarmTask : WebFarmTaskBase
The DeleteForumAttachmentWebFarmTask type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteForumAttachmentWebFarmTask |
Initializes a new instance of DeleteForumAttachmentWebFarmTask.
|
Name | Description | |
---|---|---|
![]() | DeleteDirectory |
Gets or sets a value that indicates whether directory will be deleted.
|
![]() | FileName |
Gets or sets name of the file attachment which will be deleted.
|
![]() | SiteName |
Gets or sets name of the site which forum 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 forum attachments is allowed.
(Overrides WebFarmTaskBase.ConditionMethod().) |
![]() | ExecuteTask |
Processes the web farm task by invoking the DeleteAttachmentFile(String, String, Boolean, Boolean) method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBase.ExecuteTask().) |