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