View Source
Class ScriptsTreeController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class ScriptsTreeController : FileSystemTreeController
Constructors
View Source
Declaration
public ScriptsTreeController(ILocalizedTextService localizedTextService, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, IMenuItemCollectionFactory menuItemCollectionFactory, FileSystems fileSystems, IEventAggregator eventAggregator)
Parameters
Type |
Name |
Description |
ILocalizedTextService |
localizedTextService |
|
UmbracoApiControllerTypeCollection |
umbracoApiControllerTypeCollection |
|
IMenuItemCollectionFactory |
menuItemCollectionFactory |
|
FileSystems |
fileSystems |
|
IEventAggregator |
eventAggregator |
|
Properties
View Source
Extensions
Declaration
protected override string[] Extensions { get; }
Property Value
Type |
Description |
System.String[] |
|
View Source
FileIcon
Declaration
protected override string FileIcon { get; }
Property Value
Type |
Description |
System.String |
|
View Source
FileSystem
Declaration
protected override IFileSystem? FileSystem { get; }
Property Value
Type |
Description |
System.Nullable<IFileSystem> |
|