View Source
Class StaticFilesTreeController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class StaticFilesTreeController : TreeController
Constructors
View Source
Declaration
public StaticFilesTreeController(ILocalizedTextService localizedTextService, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, IEventAggregator eventAggregator, IPhysicalFileSystem fileSystem, IMenuItemCollectionFactory menuItemCollectionFactory)
Parameters
| Type |
Name |
Description |
| ILocalizedTextService |
localizedTextService |
|
| UmbracoApiControllerTypeCollection |
umbracoApiControllerTypeCollection |
|
| IEventAggregator |
eventAggregator |
|
| IPhysicalFileSystem |
fileSystem |
|
| IMenuItemCollectionFactory |
menuItemCollectionFactory |
|
Methods
View Source
Declaration
protected override ActionResult<MenuItemCollection> GetMenuForNode(string id, FormCollection queryStrings)
Parameters
| Type |
Name |
Description |
| System.String |
id |
|
| Microsoft.AspNetCore.Http.FormCollection |
queryStrings |
|
Returns
| Type |
Description |
| Microsoft.AspNetCore.Mvc.ActionResult<MenuItemCollection> |
|
View Source
Declaration
protected override ActionResult<TreeNodeCollection> GetTreeNodes(string id, FormCollection queryStrings)
Parameters
| Type |
Name |
Description |
| System.String |
id |
|
| Microsoft.AspNetCore.Http.FormCollection |
queryStrings |
|
Returns
| Type |
Description |
| Microsoft.AspNetCore.Mvc.ActionResult<TreeNodeCollection> |
|