Click or drag to resize
BaseInfo.GeneralizedInfoWrapper.GetThumbnailUrl Method
Gets the object thumbnail URL

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public string GetThumbnailUrl(
	int width,
	int height,
	int maxSideSize
)

Parameters

width
Type: System.Int32
Width
height
Type: System.Int32
Height
maxSideSize
Type: System.Int32
Maximum side size, width or height

Return Value

Type: String
See Also