View Source
Class ItemScriptItemController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ItemScriptItemController : ScriptItemControllerBase
Constructors
View Source
ItemScriptItemController(IFileItemPresentationFactory)
Declaration
public ItemScriptItemController(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> |
|