AvatarInfoProviderGetAvatarFile Method (Guid) |
Returns the avatar file from disk or (if not available on the disk) from database.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static byte[] GetAvatarFile(
Guid guid
)
Parameters
- guid
- Type: SystemGuid
Guid of the avatar file to get
Return Value
Type:
ByteSee Also