Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChildrenStaticFileTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemTreeControllerBase
    StaticFileTreeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.StaticFile.Tree
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ChildrenStaticFileTreeController : StaticFileTreeControllerBase

    Constructors

    View Source

    ChildrenStaticFileTreeController(IPhysicalFileSystem)

    Declaration
    public ChildrenStaticFileTreeController(IPhysicalFileSystem physicalFileSystem)
    Parameters
    Type Name Description
    IPhysicalFileSystem physicalFileSystem

    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
    Type Description
    Task<ActionResult<PagedViewModel<FileSystemTreeItemPresentationModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ChildrenStaticFileTreeController(IPhysicalFileSystem)
    • Methods
      • Children(CancellationToken, String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX