Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChildrenStylesheetTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemTreeControllerBase
    StylesheetTreeControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.Stylesheet.Tree
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ChildrenStylesheetTreeController : StylesheetTreeControllerBase

    Constructors

    View Source

    ChildrenStylesheetTreeController(FileSystems)

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