Returns image thumbnail (from the disk - if already exists, or create new one and save it to disk - if doesn't exist).
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- atInfo
- Type: CMS.DocumentEngine AttachmentInfo
Attachment info
- 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
- searchThumbnailFile
- Type: System Boolean
Indicates if thumbnail should be searched on the disk
Return Value
Type: ByteSee Also