ImageHelperGetImageThumbnailFileName Method |
Returns image thumbnail file name.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string GetImageThumbnailFileName(
string guid,
int width,
int height
)
Parameters
- guid
- Type: SystemString
File GUID - width
- Type: SystemInt32
Image width - height
- Type: SystemInt32
Image height
Return Value
Type:
StringSee Also