Click or drag to resize
AbstractCMSPageGetObjectIconUrl Method

Note: This API is now obsolete.

Gets the icon for the given object type.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use font icons instead.")]
public string GetObjectIconUrl(
	string objectType,
	string iconName
)

Parameters

objectType
Type: SystemString
Object type constant
iconName
Type: SystemString
Icon name (e.g. list.png)

Return Value

Type: String
See Also