Returns image thumbnail (from the disk - if already exists, or create new one and save it to disk - if doesnt exist).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- guid
- Type: System Guid
File GUID
- imageData
- Type: System Byte
Image data
- extension
- Type: System String
Image extenstion
- siteName
- Type: System String
Site name
- width
- Type: System Int32
Image width
- height
- Type: System Int32
Image height
- maxSideSize
- Type: System Int32
Maximum side size
- originalWidth
- Type: System Int32
Original width of the image
- originalHeight
- Type: System Int32
Original height of the image
Return Value
Type: ByteSee Also