View Source
Class RootStylesheetTreeController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class RootStylesheetTreeController : StylesheetTreeControllerBase
Constructors
View Source
RootStylesheetTreeController(FileSystems)
Declaration
public RootStylesheetTreeController(FileSystems fileSystems)
Parameters
Type |
Name |
Description |
FileSystems |
fileSystems |
|
Methods
View Source
Root(CancellationToken, Int32, Int32)
Declaration
public async Task<ActionResult<PagedViewModel<FileSystemTreeItemPresentationModel>>> Root(CancellationToken cancellationToken, int skip = 0, int take = 100)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns