Interface ITree
Namespace: Umbraco.Cms.Core.Trees
Assembly: Umbraco.Core.dll
Syntax
public interface ITree
Properties
View SourceIsSingleNodeTree
Flag to define if this tree is a single node tree (will never contain child nodes, full screen app)
Declaration
bool IsSingleNodeTree { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SectionAlias
Gets the section alias.
Declaration
string SectionAlias { get; }
Property Value
Type | Description |
---|---|
System.String |
SortOrder
Gets or sets the sort order.
Declaration
int SortOrder { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The sort order. |
TreeAlias
Gets the tree alias.
Declaration
string TreeAlias { get; }
Property Value
Type | Description |
---|---|
System.String |
TreeGroup
Gets the tree group.
Declaration
string TreeGroup { get; }
Property Value
Type | Description |
---|---|
System.String |
TreeTitle
Gets or sets the tree title (fallback if the tree alias isn't localized)
Declaration
string TreeTitle { get; }
Property Value
Type | Description |
---|---|
System.String |
TreeUse
Gets the tree use.
Declaration
TreeUse TreeUse { get; }
Property Value
Type | Description |
---|---|
TreeUse |