Click or drag to resize
MetaFileInfoProviderGetImageThumbnail Method (Guid, Byte, String, String, Int32, Int32, Int32, Int32, Int32)
Returns image thumbnail (from the disk - if already exists, or create new one and save it to disk - if doesnt exist).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static byte[] GetImageThumbnail(
	Guid guid,
	byte[] imageData,
	string extension,
	string siteName,
	int width,
	int height,
	int maxSideSize,
	int originalWidth,
	int originalHeight
)

Parameters

guid
Type: SystemGuid
File GUID
imageData
Type: SystemByte
Image data
extension
Type: SystemString
Image extenstion
siteName
Type: SystemString
Site name
width
Type: SystemInt32
Image width
height
Type: SystemInt32
Image height
maxSideSize
Type: SystemInt32
Maximum side size
originalWidth
Type: SystemInt32
Original width of the image
originalHeight
Type: SystemInt32
Original height of the image

Return Value

Type: Byte
See Also