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