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
localizedTextServiceILocalizedTextServiceumbracoApiControllerTypeCollectionUmbracoApiControllerTypeCollectioneventAggregatorIEventAggregatorfileSystemIPhysicalFileSystemmenuItemCollectionFactoryIMenuItemCollectionFactory
Methods
GetMenuForNode(string, FormCollection)
protected override ActionResult<MenuItemCollection> GetMenuForNode(string id, FormCollection queryStrings)
Parameters
idstringqueryStringsFormCollection
Returns
- ActionResult<MenuItemCollection>
GetTreeNodes(string, FormCollection)
protected override ActionResult<TreeNodeCollection> GetTreeNodes(string id, FormCollection queryStrings)
Parameters
idstringqueryStringsFormCollection
Returns
- ActionResult<TreeNodeCollection>