Click or drag to resize
BaseInfo.GeneralizedInfoWrapper.GetIconUrl Method
Gets the object icon URL

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public string GetIconUrl(
	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