View Source
Class MoveDocumentBlueprintController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class MoveDocumentBlueprintController : DocumentBlueprintControllerBase
Constructors
View Source
MoveDocumentBlueprintController(IContentBlueprintEditingService, IBackOfficeSecurityAccessor)
Declaration
public MoveDocumentBlueprintController(IContentBlueprintEditingService contentBlueprintEditingService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
Parameters
Type |
Name |
Description |
IContentBlueprintEditingService |
contentBlueprintEditingService |
|
IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
Methods
View Source
Move(CancellationToken, Guid, MoveDocumentBlueprintRequestModel)
Declaration
public async Task<IActionResult> Move(CancellationToken cancellationToken, Guid id, MoveDocumentBlueprintRequestModel requestModel)
Parameters
Returns
Type |
Description |
Task<IActionResult> |
|