View Source
Class ByKeyDocumentTypeController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ByKeyDocumentTypeController : DocumentTypeControllerBase
Constructors
View Source
ByKeyDocumentTypeController(IContentTypeService, IUmbracoMapper)
Declaration
public ByKeyDocumentTypeController(IContentTypeService contentTypeService, IUmbracoMapper umbracoMapper)
Parameters
Type |
Name |
Description |
IContentTypeService |
contentTypeService |
|
IUmbracoMapper |
umbracoMapper |
|
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> |
|