Click or drag to resize
ImageHelperGetImageThumbnailFileName Method
Returns image thumbnail file name.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
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: String
See Also