Table of Contents

Class FilesTreeController

Namespace
Umbraco.Cms.Web.BackOffice.Trees
Assembly
Umbraco.Web.BackOffice.dll
[Tree]
public class FilesTreeController : FileSystemTreeController, ITree
Inheritance
FilesTreeController
Implements
ITree
Inherited Members

Constructors

FilesTreeController(ILocalizedTextService, UmbracoApiControllerTypeCollection, IMenuItemCollectionFactory, IPhysicalFileSystem, IEventAggregator)

public FilesTreeController(ILocalizedTextService localizedTextService, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, IMenuItemCollectionFactory menuItemCollectionFactory, IPhysicalFileSystem fileSystem, IEventAggregator eventAggregator)

Parameters

localizedTextService ILocalizedTextService
umbracoApiControllerTypeCollection UmbracoApiControllerTypeCollection
menuItemCollectionFactory IMenuItemCollectionFactory
fileSystem IPhysicalFileSystem
eventAggregator IEventAggregator

Properties

Extensions

protected override string[] Extensions { get; }

Property Value

string[]

FileIcon

protected override string FileIcon { get; }

Property Value

string

FileSystem

protected override IFileSystem FileSystem { get; }

Property Value

IFileSystem