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
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