| MediaFileInfoProviderEnsureThumbnailFileInternal Method | 
            Ensures the thumbnail file.
            
 
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual string EnsureThumbnailFileInternal(
	MediaFileInfo fileInfo,
	string siteName,
	int width,
	int height,
	int maxSideSize,
	bool usePreview = false
)
Parameters
- fileInfo
- Type: CMS.MediaLibraryMediaFileInfo
 File info
- siteName
- Type: SystemString
 Site name
- width
- Type: SystemInt32
 File width
- height
- Type: SystemInt32
 File height
- maxSideSize
- Type: SystemInt32
 Maximum side size
- usePreview (Optional)
- Type: SystemBoolean
 Use preview file
Return Value
Type: 
String See Also
See Also