Class PartialViewsTreeController
- Namespace
- Umbraco.Cms.Web.BackOffice.Trees
- Assembly
- Umbraco.Web.BackOffice.dll
Tree for displaying partial views in the settings app
[Tree("settings", "partialViews", SortOrder = 7, TreeGroup = "templatingGroup")]
[Authorize(Policy = "TreeAccessPartialViews")]
public class PartialViewsTreeController : FileSystemTreeController, ITree
- Inheritance
-
PartialViewsTreeController
- Implements
-
ITree
- Derived
- Inherited Members
Constructors
PartialViewsTreeController(ILocalizedTextService, UmbracoApiControllerTypeCollection, IMenuItemCollectionFactory, FileSystems, IEventAggregator)
public PartialViewsTreeController(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