Click or drag to resize
AvatarInfoProviderGetAvatarFile Method (Guid)
Returns the avatar file from disk or (if not available on the disk) from database.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
public static byte[] GetAvatarFile(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Guid of the avatar file to get

Return Value

Type: Byte
See Also