View Source
Class RootScriptTreeController
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class RootScriptTreeController : ScriptTreeControllerBase
Constructors
View Source
RootScriptTreeController(FileSystems)
Declaration
public RootScriptTreeController(FileSystems fileSystems)
Parameters
| Type |
Name |
Description |
| FileSystems |
fileSystems |
|
Methods
View Source
Root(Int32, Int32)
Declaration
public async Task<ActionResult<PagedViewModel<FileSystemTreeItemViewModel>>> Root(int skip = 0, int take = 100)
Parameters
| Type |
Name |
Description |
| System.Int32 |
skip |
|
| System.Int32 |
take |
|
Returns