Table of Contents

Class PartialViewMacrosTreeController

Namespace
Umbraco.Cms.Web.BackOffice.Trees
Assembly
Umbraco.Web.BackOffice.dll

Tree for displaying partial view macros in the developer app

[Tree("settings", "partialViewMacros", SortOrder = 8, TreeGroup = "templatingGroup")]
[Authorize(Policy = "TreeAccessPartialViewMacros")]
public class PartialViewMacrosTreeController : PartialViewsTreeController, ITree
Inheritance
PartialViewMacrosTreeController
Implements
ITree
Inherited Members

Constructors

PartialViewMacrosTreeController(ILocalizedTextService, UmbracoApiControllerTypeCollection, IMenuItemCollectionFactory, FileSystems, IEventAggregator)

public PartialViewMacrosTreeController(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