View Source
Class DeleteDocumentTypeFolderController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class DeleteDocumentTypeFolderController : DocumentTypeFolderControllerBase
Constructors
View Source
DeleteDocumentTypeFolderController(IBackOfficeSecurityAccessor, IContentTypeContainerService)
Declaration
public DeleteDocumentTypeFolderController(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IContentTypeContainerService contentTypeContainerService)
Parameters
Type |
Name |
Description |
IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
IContentTypeContainerService |
contentTypeContainerService |
|
Methods
View Source
Delete(CancellationToken, Guid)
Declaration
public async Task<IActionResult> Delete(CancellationToken cancellationToken, Guid id)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
Guid |
id |
|
Returns
Type |
Description |
Task<IActionResult> |
|