Search Results for

    Show / Hide Table of Contents
    View Source

    Class MoveDataTypeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DataTypeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DataType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class MoveDataTypeController : DataTypeControllerBase

    Constructors

    View Source

    MoveDataTypeController(IDataTypeService, IBackOfficeSecurityAccessor)

    Declaration
    public MoveDataTypeController(IDataTypeService dataTypeService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IDataTypeService dataTypeService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Move(CancellationToken, Guid, MoveDataTypeRequestModel)

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