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