Click or drag to resize
IAvatarService Interface
Service with avatar helper methods.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
public interface IAvatarService

The IAvatarService type exposes the following members.

Methods
  NameDescription
Public methodDeleteAvatar
Removes avatar for specified user.
Public methodGetAvatarUrl
Returns unresolved URL (starting with ~/) for avatar image specified by avatarId.
Public methodUpdateAvatar
Sets or updates existing avatar for specified user.
Top
See Also