Click or drag to resize
BaseInfoGeneralizedInfoWrapperGetIconUrl Method
Gets the object icon URL

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