Click or drag to resize
AvatarInfoProviderGetAvatarInfo Method (Int32)

Note: This API is now obsolete.

Returns the AvatarInfo structure for the specified avatar.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IAvatarInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - AvatarInfo.Provider.")]
public static AvatarInfo GetAvatarInfo(
	int avatarId
)

Parameters

avatarId
Type: SystemInt32
Avatar id

Return Value

Type: AvatarInfo
See Also