Click or drag to resize
AvatarInfoProviderGetAvatarTypeString Method (AvatarTypeEnum)
Returns the string representation of avatar type based on specified enum value.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static string GetAvatarTypeString(
	AvatarTypeEnum avatarTypeEnum
)

Parameters

avatarTypeEnum
Type: CMS.MembershipAvatarTypeEnum
Enum representation of avatar type

Return Value

Type: String
See Also