| MetaFileInfoProviderGetImageThumbnailFile Method | 
            Returns the image thumbnail from the disk.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
 Syntax
Syntaxpublic static byte[] GetImageThumbnailFile(
	Guid guid,
	string siteName,
	int width,
	int height
)
Parameters
- guid
- Type: SystemGuid
 Guid of the file to get
- siteName
- Type: SystemString
 Site name
- width
- Type: SystemInt32
 Image thumbnail height
- height
- Type: SystemInt32
 Image thumbnail width
Return Value
Type: 
Byte See Also
See Also