View Source
Class ByPathStylesheetFolderController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ByPathStylesheetFolderController : StylesheetFolderControllerBase
Constructors
View Source
ByPathStylesheetFolderController(IStylesheetFolderService, IUmbracoMapper)
Declaration
public ByPathStylesheetFolderController(IStylesheetFolderService stylesheetFolderService, IUmbracoMapper mapper)
Parameters
| Type |
Name |
Description |
| IStylesheetFolderService |
stylesheetFolderService |
|
| IUmbracoMapper |
mapper |
|
Methods
View Source
ByPath(CancellationToken, String)
Declaration
public async Task<IActionResult> ByPath(CancellationToken cancellationToken, string path)
Parameters
| Type |
Name |
Description |
| CancellationToken |
cancellationToken |
|
| System.String |
path |
|
Returns
| Type |
Description |
| Task<IActionResult> |
|