Search Results for

    Show / Hide Table of Contents
    View Source

    Class MoveDictionaryController

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

    Constructors

    View Source

    MoveDictionaryController(IDictionaryItemService, IBackOfficeSecurityAccessor)

    Declaration
    public MoveDictionaryController(IDictionaryItemService dictionaryItemService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IDictionaryItemService dictionaryItemService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Move(CancellationToken, Guid, MoveDictionaryRequestModel)

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