Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImportDictionaryController

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

    Constructors

    View Source

    ImportDictionaryController(IDictionaryItemImportService, IBackOfficeSecurityAccessor)

    Declaration
    public ImportDictionaryController(IDictionaryItemImportService dictionaryItemImportService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IDictionaryItemImportService dictionaryItemImportService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Import(CancellationToken, ImportDictionaryRequestModel)

    Declaration
    public async Task<IActionResult> Import(CancellationToken cancellationToken, ImportDictionaryRequestModel importDictionaryRequestModel)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    ImportDictionaryRequestModel importDictionaryRequestModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ImportDictionaryController(IDictionaryItemImportService, IBackOfficeSecurityAccessor)
    • Methods
      • Import(CancellationToken, ImportDictionaryRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX