Table of Contents

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

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