View Source
Class StylesheetsTreeController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class StylesheetsTreeController : FileSystemTreeController, IUmbracoFeature, IDiscoverable, ITree
Constructors
View Source
Declaration
public StylesheetsTreeController(ILocalizedTextService localizedTextService, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, IMenuItemCollectionFactory menuItemCollectionFactory, FileSystems fileSystems, IEventAggregator eventAggregator)
Parameters
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