Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public class DictionaryService : IDictionaryService

    Constructors

    View Source

    DictionaryService(ILocalizationService)

    Declaration
    public DictionaryService(ILocalizationService localizationService)
    Parameters
    Type Name Description
    ILocalizationService localizationService

    Methods

    View Source

    CalculatePath(Nullable<Guid>, Int32)

    Declaration
    public string CalculatePath(Guid? parentId, int sourceId)
    Parameters
    Type Name Description
    System.Nullable<Guid> parentId
    System.Int32 sourceId
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DictionaryService(ILocalizationService)
    • Methods
      • CalculatePath(Nullable<Guid>, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX