• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class LoadDictionaryItemService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.Services
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class LoadDictionaryItemService : ILoadDictionaryItemService

    Constructors

    View Source

    LoadDictionaryItemService(IBackOfficeSecurityAccessor, ILocalizationService, PackageDataInstallation, ILogger<LoadDictionaryItemService>)

    Declaration
    public LoadDictionaryItemService(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, ILocalizationService localizationService, PackageDataInstallation packageDataInstallation, ILogger<LoadDictionaryItemService> logger)
    Parameters
    Type Name Description
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    ILocalizationService localizationService
    PackageDataInstallation packageDataInstallation
    ILogger<LoadDictionaryItemService> logger

    Methods

    View Source

    Load(String, Nullable<Int32>)

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