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