View Source
Class TreeController
The base controller for all tree requests
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public abstract class TreeController : TreeControllerBase, IUmbracoFeature, IDiscoverable, ITree
Constructors
View Source
TreeController(ILocalizedTextService, UmbracoApiControllerTypeCollection, IEventAggregator)
Declaration
protected TreeController(ILocalizedTextService localizedTextService, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, IEventAggregator eventAggregator)
Parameters
Properties
View Source
IsSingleNodeTree
Declaration
public override bool IsSingleNodeTree { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
LocalizedTextService
Declaration
protected ILocalizedTextService LocalizedTextService { get; }
Property Value
View Source
RootNodeDisplayName
The name to display on the root node
Declaration
public override string RootNodeDisplayName { get; }
Property Value
Type |
Description |
System.String |
|
View Source
SectionAlias
Declaration
public override string SectionAlias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
SortOrder
Declaration
public override int SortOrder { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
TreeAlias
Declaration
public override string TreeAlias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
TreeGroup
Declaration
public override string TreeGroup { get; }
Property Value
Type |
Description |
System.String |
|
View Source
TreeTitle
Declaration
public override string TreeTitle { get; }
Property Value
Type |
Description |
System.String |
|
View Source
TreeUse
Declaration
public override TreeUse TreeUse { get; }
Property Value