• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateDictionaryController

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

    Constructors

    View Source

    UpdateDictionaryController(IDictionaryItemService, IBackOfficeSecurityAccessor, IDictionaryPresentationFactory, IAuthorizationService)

    Declaration
    public UpdateDictionaryController(IDictionaryItemService dictionaryItemService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IDictionaryPresentationFactory dictionaryPresentationFactory, IAuthorizationService authorizationService)
    Parameters
    Type Name Description
    IDictionaryItemService dictionaryItemService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IDictionaryPresentationFactory dictionaryPresentationFactory
    IAuthorizationService authorizationService

    Methods

    View Source

    Update(CancellationToken, Guid, UpdateDictionaryItemRequestModel)

    Declaration
    public async Task<IActionResult> Update(CancellationToken cancellationToken, Guid id, UpdateDictionaryItemRequestModel updateDictionaryItemRequestModel)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    UpdateDictionaryItemRequestModel updateDictionaryItemRequestModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpdateDictionaryController(IDictionaryItemService, IBackOfficeSecurityAccessor, IDictionaryPresentationFactory, IAuthorizationService)
    • Methods
      • Update(CancellationToken, Guid, UpdateDictionaryItemRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX