AvatarInfoProvider DeleteAvatarFile Method Kentico 8.1 API Reference
Delete avatar file stored in the file system.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

avatarGuid
Type: OnlineSystem String
Guid file to delete
fileExtension
Type: OnlineSystem String
Extension of the avatar file
deleteDirectory
Type: OnlineSystem Boolean
Determines whether delete specified directory or not
synchronization
Type: OnlineSystem Boolean
Indicates wehther the method is called due to synchronization
See Also