Search Results for

    Show / Hide Table of Contents
    View Source

    Class StaticFileTreeControllerBase

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemTreeControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.StaticFile.Tree
    Assembly: Umbraco.Cms.ManagementApi.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

    FileIcon(String)

    Declaration
    protected override string FileIcon(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    System.String
    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[]
    View Source

    ItemType(String)

    Declaration
    protected override string ItemType(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
      • FileIcon(String)
      • GetDirectories(String)
      • GetFiles(String)
      • ItemType(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX