View Source
Class IconService
Inheritance
System.Object
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class IconService : IIconService
Constructors
View Source
IconService(IOptions<GlobalSettings>, IHostingEnvironment, AppCaches)
Declaration
public IconService(IOptions<GlobalSettings> globalSettings, IHostingEnvironment hostingEnvironment, AppCaches appCaches)
Parameters
Methods
View Source
GetIcon(String)
Declaration
public IconModel GetIcon(string iconName)
Parameters
| Type |
Name |
Description |
| System.String |
iconName |
|
Returns
View Source
GetIcons()
Declaration
public IReadOnlyDictionary<string, string> GetIcons()
Returns
| Type |
Description |
| System.Collections.Generic.IReadOnlyDictionary<System.String, System.String> |
|