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