Returns physical path to the thumbnail.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteName
- Type: System String
Site name of the site thumbnail is related to
- fileName
- Type: System String
File name of the file thumbnail is related to
- fileExtension
- Type: System String
Extension of the file thumbnail is related to
- path
- Type: System String
Path of the original file
- width
- Type: System Int32
Width of the thumbnail file
- height
- Type: System Int32
Height of the thumbnail file
- addHiddenFolder
- Type: System Boolean
Indicates if hidden folder should be inserted into path
- addFileExtension
- Type: System Boolean
Indicates if file extension should be inserted into thumbnail file name
Return Value
Type: StringSee Also