Search Results for

    Show / Hide Table of Contents
    View Source

    Class UploadDictionaryController

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

    Constructors

    View Source

    UploadDictionaryController(ILocalizedTextService, IUploadFileService, IDictionaryFactory)

    Declaration
    public UploadDictionaryController(ILocalizedTextService localizedTextService, IUploadFileService uploadFileService, IDictionaryFactory dictionaryFactory)
    Parameters
    Type Name Description
    ILocalizedTextService localizedTextService
    IUploadFileService uploadFileService
    Umbraco.New.Cms.Core.Factories.IDictionaryFactory dictionaryFactory

    Methods

    View Source

    Upload(IFormFile)

    Declaration
    public async Task<ActionResult<DictionaryImportViewModel>> Upload(IFormFile file)
    Parameters
    Type Name Description
    IFormFile file
    Returns
    Type Description
    Task<ActionResult<DictionaryImportViewModel>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UploadDictionaryController(ILocalizedTextService, IUploadFileService, IDictionaryFactory)
    • Methods
      • Upload(IFormFile)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX