Class TreeController
- Namespace
- Umbraco.Cms.Web.BackOffice.Trees
- Assembly
- Umbraco.Web.BackOffice.dll
The base controller for all tree requests
public abstract class TreeController : TreeControllerBase, ITree
- Inheritance
-
TreeController
- Implements
-
ITree
- Derived
- Inherited Members
Constructors
TreeController(ILocalizedTextService, UmbracoApiControllerTypeCollection, IEventAggregator)
protected TreeController(ILocalizedTextService localizedTextService, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, IEventAggregator eventAggregator)
Parameters
localizedTextServiceILocalizedTextServiceumbracoApiControllerTypeCollectionUmbracoApiControllerTypeCollectioneventAggregatorIEventAggregator
Properties
IsSingleNodeTree
public override bool IsSingleNodeTree { get; }
Property Value
LocalizedTextService
protected ILocalizedTextService LocalizedTextService { get; }
Property Value
- ILocalizedTextService
RootNodeDisplayName
public override string? RootNodeDisplayName { get; }
Property Value
SectionAlias
public override string SectionAlias { get; }
Property Value
SortOrder
public override int SortOrder { get; }
Property Value
TreeAlias
public override string TreeAlias { get; }
Property Value
TreeGroup
public override string? TreeGroup { get; }
Property Value
TreeTitle
public override string? TreeTitle { get; }
Property Value
TreeUse
public override TreeUse TreeUse { get; }
Property Value
- TreeUse