Search Results for

    Show / Hide Table of Contents
    View Source

    Class StaticFileTreeControllerBase

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

    Constructors

    View Source

    StaticFileTreeControllerBase(IPhysicalFileSystem)

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

    Properties

    View Source

    FileSystem

    Declaration
    protected override IFileSystem FileSystem { get; }
    Property Value
    Type Description
    IFileSystem

    Methods

    View Source

    GetAncestorModels(String, Boolean)

    Declaration
    protected override FileSystemTreeItemPresentationModel[] GetAncestorModels(string path, bool includeSelf)
    Parameters
    Type Name Description
    System.String path
    System.Boolean includeSelf
    Returns
    Type Description
    FileSystemTreeItemPresentationModel[]
    View Source

    GetDirectories(String)

    Declaration
    protected override string[] GetDirectories(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    System.String[]
    View Source

    GetFiles(String)

    Declaration
    protected override string[] GetFiles(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    System.String[]
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • StaticFileTreeControllerBase(IPhysicalFileSystem)
    • Properties
      • FileSystem
    • Methods
      • GetAncestorModels(String, Boolean)
      • GetDirectories(String)
      • GetFiles(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX