Click or drag to resize
AvatarInfoProviderGetAvatarInfoWithoutBinaryInternal Method (Int32)
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 GetAvatarInfoWithoutBinaryInternal(
	int avatarId
)

Parameters

avatarId
Type: SystemInt32
Avatar id

Return Value

Type: AvatarInfo
See Also