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