View Source
Class ItemDocumentTypeItemController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ItemDocumentTypeItemController : DocumentTypeItemControllerBase
Constructors
View Source
ItemDocumentTypeItemController(IContentTypeService, IUmbracoMapper)
Declaration
public ItemDocumentTypeItemController(IContentTypeService contentTypeService, IUmbracoMapper mapper)
Parameters
Type |
Name |
Description |
IContentTypeService |
contentTypeService |
|
IUmbracoMapper |
mapper |
|
Methods
View Source
Item(CancellationToken, HashSet<Guid>)
Declaration
public async Task<IActionResult> Item(CancellationToken cancellationToken, HashSet<Guid> ids)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
HashSet<Guid> |
ids |
|
Returns
Type |
Description |
Task<IActionResult> |
|