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