Click or drag to resize
AvatarInfoProviderGetAvatarTypeEnum Method
Returns the enum representation of avatar type based on specified string.

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

Parameters

avatarTypeString
Type: SystemString
String representation of avatar type

Return Value

Type: AvatarTypeEnum
See Also