Click or drag to resize
AvatarInfoProviderGetAvatarTypeString Method (Type, Int32)
Returns AvatarTypeEnum string code derived from type of enumeration and enum value.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static string GetAvatarTypeString(
	Type enumType,
	int value
)

Parameters

enumType
Type: SystemType
value
Type: SystemInt32

Return Value

Type: String
See Also