View Source
Class CreateDocumentBlueprintFolderController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class CreateDocumentBlueprintFolderController : DocumentBlueprintFolderControllerBase
Constructors
View Source
CreateDocumentBlueprintFolderController(IBackOfficeSecurityAccessor, IContentBlueprintContainerService)
Declaration
public CreateDocumentBlueprintFolderController(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IContentBlueprintContainerService contentBlueprintContainerService)
Parameters
| Type |
Name |
Description |
| IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
| IContentBlueprintContainerService |
contentBlueprintContainerService |
|
Methods
View Source
Create(CancellationToken, CreateFolderRequestModel)
Declaration
public async Task<IActionResult> Create(CancellationToken cancellationToken, CreateFolderRequestModel createFolderRequestModel)
Parameters
Returns
| Type |
Description |
| Task<IActionResult> |
|