| DeleteAvatarWebFarmTask Class |
Namespace: CMS.Membership
public class DeleteAvatarWebFarmTask : WebFarmTaskBase
The DeleteAvatarWebFarmTask type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteAvatarWebFarmTask |
Initializes a new instance of DeleteAvatarWebFarmTask.
|
| Name | Description | |
|---|---|---|
| DeleteDirectory |
Gets or sets a value that indicates whether directory will be deleted.
| |
| FileExtension |
Gets or sets extension of the file to be deleted.
| |
| FileGuid |
Gets or sets identifier of the file to be deleted.
| |
| 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 BizForm files is allowed
(Overrides WebFarmTaskBaseConditionMethod.) | |
| ExecuteTask |
Processes the web farm task by invoking the DeleteAvatarFile(String, String, Boolean, Boolean) method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBaseExecuteTask.) |