Search Results for

    Show / Hide Table of Contents
    View Source

    Class AncestorsStaticFileTreeController

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

    Constructors

    View Source

    AncestorsStaticFileTreeController(IPhysicalFileSystem)

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

    Methods

    View Source

    Ancestors(CancellationToken, String)

    Declaration
    public async Task<ActionResult<IEnumerable<FileSystemTreeItemPresentationModel>>> Ancestors(CancellationToken cancellationToken, string descendantPath)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.String descendantPath
    Returns
    Type Description
    Task<ActionResult<IEnumerable<FileSystemTreeItemPresentationModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AncestorsStaticFileTreeController(IPhysicalFileSystem)
    • Methods
      • Ancestors(CancellationToken, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX