MediaFileInfoProvider GetThumbnailPath Method (String, String, String, String, Int32, Int32, Boolean, Boolean)Kentico 8.0 API Reference
Returns physical path to the thumbnail.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

siteName
Type: OnlineSystem String
Site name of the site thumbnail is related to
fileName
Type: OnlineSystem String
File name of the file thumbnail is related to
fileExtension
Type: OnlineSystem String
Extension of the file thumbnail is related to
path
Type: OnlineSystem String
Path of the original file
width
Type: OnlineSystem Int32
Width of the thumbnail file
height
Type: OnlineSystem Int32
Height of the thumbnail file
addHiddenFolder
Type: OnlineSystem Boolean
Indicates if hidden folder should be inserted into path
addFileExtension
Type: OnlineSystem Boolean
Indicates if file extension should be inserted into thumbnail file name

Return Value

Type: OnlineString
See Also