Click or drag to resize
DeleteAvatarWebFarmTask Class
Web farm task used to delete membership avatars.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.MembershipDeleteAvatarWebFarmTask

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

The DeleteAvatarWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodDeleteAvatarWebFarmTask
Initializes a new instance of DeleteAvatarWebFarmTask.
Top
Properties
  NameDescription
Public propertyDeleteDirectory
Gets or sets a value that indicates whether directory will be deleted.
Public propertyFileExtension
Gets or sets extension of the file to be deleted.
Public propertyFileGuid
Gets or sets identifier of the file to be deleted.
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