• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImportDictionaryController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DictionaryControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.Dictionary
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ImportDictionaryController : DictionaryControllerBase

    Constructors

    View Source

    ImportDictionaryController(Hosting.IHostingEnvironment, IDictionaryService, IWebHostEnvironment, ILoadDictionaryItemService)

    Declaration
    public ImportDictionaryController(Hosting.IHostingEnvironment hostingEnvironment, IDictionaryService dictionaryService, IWebHostEnvironment webHostEnvironment, ILoadDictionaryItemService loadDictionaryItemService)
    Parameters
    Type Name Description
    IHostingEnvironment hostingEnvironment
    IDictionaryService dictionaryService
    IWebHostEnvironment webHostEnvironment
    ILoadDictionaryItemService loadDictionaryItemService

    Methods

    View Source

    ImportDictionary(String, Nullable<Int32>)

    Declaration
    public async Task<IActionResult> ImportDictionary(string file, int? parentId)
    Parameters
    Type Name Description
    System.String file
    System.Nullable<System.Int32> parentId
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ImportDictionaryController(Hosting.IHostingEnvironment, IDictionaryService, IWebHostEnvironment, ILoadDictionaryItemService)
    • Methods
      • ImportDictionary(String, Nullable<Int32>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX