Click or drag to resize
AvatarInfoProviderGetAvatarFileBinary Method
Returns the file binary from database and save it in file system

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

Parameters

guid
Type: SystemGuid
Avatar guid

Return Value

Type: Byte
See Also