Click or drag to resize
AvatarInfoProviderGetAvatarInfoWithoutBinary Method (String)
Returns the AvatarInfo structure for the specified avatar.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static AvatarInfo GetAvatarInfoWithoutBinary(
	string avatarName
)

Parameters

avatarName
Type: SystemString
Name of the avatar to return

Return Value

Type: AvatarInfo
See Also