Click or drag to resize
AvatarInfoProvider.GetAvatarInfo Method (Guid)
Returns the AvatarInfo structure for the specified avatar.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
public static AvatarInfo GetAvatarInfo(
	Guid guid
)

Parameters

guid
Type: System.Guid
Avatar id

Return Value

Type: AvatarInfo
See Also