Table of Contents

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

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