Search Results for

    Show / Hide Table of Contents
    View Source

    Class IconService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Services
    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
    Type Name Description
    Microsoft.Extensions.Options.IOptions<GlobalSettings> globalSettings
    IHostingEnvironment hostingEnvironment
    AppCaches appCaches

    Methods

    View Source

    GetIcon(String)

    Declaration
    public IconModel GetIcon(string iconName)
    Parameters
    Type Name Description
    System.String iconName
    Returns
    Type Description
    IconModel
    View Source

    GetIcons()

    Declaration
    public IReadOnlyDictionary<string, string> GetIcons()
    Returns
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX