View Source
Class ItemPartialViewItemController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ItemPartialViewItemController : PartialViewItemControllerBase
Constructors
View Source
ItemPartialViewItemController(IFileItemPresentationFactory)
Declaration
public ItemPartialViewItemController(IFileItemPresentationFactory fileItemPresentationFactory)
Parameters
Methods
View Source
Item(CancellationToken, HashSet<String>)
Declaration
public async Task<IActionResult> Item(CancellationToken cancellationToken, HashSet<string> paths)
Parameters
| Type |
Name |
Description |
| CancellationToken |
cancellationToken |
|
| HashSet<System.String> |
paths |
|
Returns
| Type |
Description |
| Task<IActionResult> |
|