Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateDictionaryController

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

    Constructors

    View Source

    UpdateDictionaryController(ILocalizationService, IUmbracoMapper, IDictionaryService, IDictionaryFactory, IJsonPatchService, ISystemTextJsonSerializer)

    Declaration
    public UpdateDictionaryController(ILocalizationService localizationService, IUmbracoMapper umbracoMapper, IDictionaryService dictionaryService, IDictionaryFactory dictionaryFactory, IJsonPatchService jsonPatchService, ISystemTextJsonSerializer systemTextJsonSerializer)
    Parameters
    Type Name Description
    ILocalizationService localizationService
    IUmbracoMapper umbracoMapper
    IDictionaryService dictionaryService
    Umbraco.New.Cms.Core.Factories.IDictionaryFactory dictionaryFactory
    IJsonPatchService jsonPatchService
    ISystemTextJsonSerializer systemTextJsonSerializer

    Methods

    View Source

    Update(Guid, JsonPatchViewModel[])

    Declaration
    public async Task<IActionResult> Update(Guid id, JsonPatchViewModel[] updateViewModel)
    Parameters
    Type Name Description
    Guid id
    JsonPatchViewModel[] updateViewModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpdateDictionaryController(ILocalizationService, IUmbracoMapper, IDictionaryService, IDictionaryFactory, IJsonPatchService, ISystemTextJsonSerializer)
    • Methods
      • Update(Guid, JsonPatchViewModel[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX