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
localizedTextServiceILocalizedTextServiceumbracoApiControllerTypeCollectionUmbracoApiControllerTypeCollectionmenuItemCollectionFactoryIMenuItemCollectionFactoryfileSystemIPhysicalFileSystemeventAggregatorIEventAggregator
Properties
Extensions
protected override string[] Extensions { get; }
Property Value
- string[]
FileIcon
protected override string FileIcon { get; }
Property Value
FileSystem
protected override IFileSystem FileSystem { get; }
Property Value
- IFileSystem