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