Click or drag to resize
ObjectHelperGetObjectIconUrl Method

Note: This API is now obsolete.

Gets the icon for the given object type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use font icons instead.")]
public static string GetObjectIconUrl(
	Page page,
	string objectType,
	string iconName
)

Parameters

page
Type: System.Web.UIPage
Page
objectType
Type: SystemString
Object type constant
iconName
Type: SystemString
Icon name (e.g. list.png)

Return Value

Type: String
See Also