Class StylesheetsTreeController
- Namespace
- Umbraco.Cms.Web.BackOffice.Trees
- Assembly
- Umbraco.Web.BackOffice.dll
[Tree("settings", "stylesheets", TreeTitle = "Stylesheets", SortOrder = 9, TreeGroup = "templatingGroup")]
public class StylesheetsTreeController : FileSystemTreeController, ITree
- Inheritance
-
StylesheetsTreeController
- Implements
-
ITree
- Inherited Members
Constructors
StylesheetsTreeController(ILocalizedTextService, UmbracoApiControllerTypeCollection, IMenuItemCollectionFactory, FileSystems, IEventAggregator)
public StylesheetsTreeController(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