View Source
Class UpdateDictionaryController
Inheritance
System.Object
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
Returns
| Type |
Description |
| Task<IActionResult> |
|