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