MetaFileInfoProviderGetImageThumbnail Method (MetaFileInfo, String, 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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static byte[] GetImageThumbnail(
MetaFileInfo fileInfo,
string siteName,
int width,
int height,
int maxSideSize
)
Parameters
- fileInfo
- Type: CMS.DataEngineMetaFileInfo
File info - siteName
- Type: SystemString
Site name - width
- Type: SystemInt32
Image width - height
- Type: SystemInt32
Image height - maxSideSize
- Type: SystemInt32
Maximum side size
Return Value
Type:
ByteSee Also