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

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
protected virtual AvatarInfo GetAvatarInfoInternal(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Avatar id

Return Value

Type: AvatarInfo
See Also