View Source
Class ItemDocumentItemController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ItemDocumentItemController : DocumentItemControllerBase
Constructors
View Source
ItemDocumentItemController(IEntityService, IDocumentPresentationFactory)
Declaration
public ItemDocumentItemController(IEntityService entityService, IDocumentPresentationFactory documentPresentationFactory)
Parameters
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> |
|