Click or drag to resize
UpdateAvatarWebFarmTask Class
Web farm task used to update membership avatars.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.MembershipUpdateAvatarWebFarmTask

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
public class UpdateAvatarWebFarmTask : WebFarmTaskBase

The UpdateAvatarWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodUpdateAvatarWebFarmTask
Initializes a new instance of UpdateAvatarWebFarmTask.
Top
Properties
  NameDescription
Public propertyFileExtension
Gets or sets extension of the file to be updated.
Public propertyFileGuid
Gets or sets identifier of the file to be updated.
Public propertyFileName
Gets or sets name of the file to be updated.
Public propertyStatic memberSynchronizeAvatars
Gets or sets value that indicates whether file synchronization for avatars is enabled.
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