View Source
Class Tree
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
Constructors
View Source
Tree(Int32, String, String, String, String, TreeUse, Type, Boolean)
Declaration
public Tree(int sortOrder, string applicationAlias, string group, string alias, string title, TreeUse use, Type treeControllerType, bool isSingleNodeTree)
Parameters
Type |
Name |
Description |
System.Int32 |
sortOrder |
|
System.String |
applicationAlias |
|
System.String |
group |
|
System.String |
alias |
|
System.String |
title |
|
TreeUse |
use |
|
System.Type |
treeControllerType |
|
System.Boolean |
isSingleNodeTree |
|
Properties
View Source
IsSingleNodeTree
Declaration
public bool IsSingleNodeTree { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
SectionAlias
Declaration
public string SectionAlias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
TreeAlias
Declaration
public string TreeAlias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
TreeControllerType
Gets the tree controller type.
Declaration
public Type TreeControllerType { get; }
Property Value
Type |
Description |
System.Type |
|
View Source
TreeGroup
Declaration
public string TreeGroup { get; }
Property Value
Type |
Description |
System.String |
|
View Source
TreeTitle
Declaration
public string TreeTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
TreeUse
Declaration
public TreeUse TreeUse { get; set; }
Property Value