Click or drag to resize
AvatarInfoProviderGetImageThumbnailFile Method
Returns the image thumbnail from the disk.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static byte[] GetImageThumbnailFile(
	Guid guid,
	int width,
	int height
)

Parameters

guid
Type: SystemGuid
Guid of the file to get
width
Type: SystemInt32
Image thumbnail height
height
Type: SystemInt32
Image thumbnail width

Return Value

Type: Byte
See Also