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
localizedTextServiceILocalizedTextServiceumbracoApiControllerTypeCollectionUmbracoApiControllerTypeCollectionmenuItemCollectionFactoryIMenuItemCollectionFactoryfileSystemsFileSystemseventAggregatorIEventAggregator
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