Search Results for

    Show / Hide Table of Contents
    View Source

    Class RootPartialViewTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemTreeControllerBase
    PartialViewTreeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.PartialView.Tree
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class RootPartialViewTreeController : PartialViewTreeControllerBase

    Constructors

    View Source

    RootPartialViewTreeController(FileSystems)

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