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