Click or drag to resize
BaseInfoGetIconUrl Method (Int32, Int32, Int32)
Gets the object icon URL

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetIconUrl(
	int width,
	int height,
	int maxSideSize
)

Parameters

width
Type: SystemInt32
Width
height
Type: SystemInt32
Height
maxSideSize
Type: SystemInt32
Maximum side size, width or height

Return Value

Type: String
See Also