Table of Contents

Class ScriptsTreeController

Namespace
Umbraco.Cms.Web.BackOffice.Trees
Assembly
Umbraco.Web.BackOffice.dll
[Tree("settings", "scripts", TreeTitle = "Scripts", SortOrder = 10, TreeGroup = "templatingGroup")]
public class ScriptsTreeController : FileSystemTreeController, ITree
Inheritance
ScriptsTreeController
Implements
ITree
Inherited Members

Constructors

ScriptsTreeController(ILocalizedTextService, UmbracoApiControllerTypeCollection, IMenuItemCollectionFactory, FileSystems, IEventAggregator)

public ScriptsTreeController(ILocalizedTextService localizedTextService, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, IMenuItemCollectionFactory menuItemCollectionFactory, FileSystems fileSystems, IEventAggregator eventAggregator)

Parameters

localizedTextService ILocalizedTextService
umbracoApiControllerTypeCollection UmbracoApiControllerTypeCollection
menuItemCollectionFactory IMenuItemCollectionFactory
fileSystems FileSystems
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