ObjectHelperGetObjectIconUrl Method |
Note: This API is now obsolete.
Gets the icon for the given object type.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax [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:
StringSee Also