Table of Contents

Class StaticFilesTreeController

Namespace
Umbraco.Cms.Web.BackOffice.Trees
Assembly
Umbraco.Web.BackOffice.dll
[Tree]
public class StaticFilesTreeController : TreeController, ITree
Inheritance
StaticFilesTreeController
Implements
ITree
Inherited Members

Constructors

StaticFilesTreeController(ILocalizedTextService, UmbracoApiControllerTypeCollection, IEventAggregator, IPhysicalFileSystem, IMenuItemCollectionFactory)

public StaticFilesTreeController(ILocalizedTextService localizedTextService, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, IEventAggregator eventAggregator, IPhysicalFileSystem fileSystem, IMenuItemCollectionFactory menuItemCollectionFactory)

Parameters

localizedTextService ILocalizedTextService
umbracoApiControllerTypeCollection UmbracoApiControllerTypeCollection
eventAggregator IEventAggregator
fileSystem IPhysicalFileSystem
menuItemCollectionFactory IMenuItemCollectionFactory

Methods

GetMenuForNode(string, FormCollection)

protected override ActionResult<MenuItemCollection> GetMenuForNode(string id, FormCollection queryStrings)

Parameters

id string
queryStrings FormCollection

Returns

ActionResult<MenuItemCollection>

GetTreeNodes(string, FormCollection)

protected override ActionResult<TreeNodeCollection> GetTreeNodes(string id, FormCollection queryStrings)

Parameters

id string
queryStrings FormCollection

Returns

ActionResult<TreeNodeCollection>