Class ApplicationTree
Inheritance
System.Object
Namespace:System.Dynamic.ExpandoObject
Assembly:Umbraco.Core.dll
Syntax
public class ApplicationTree
Constructors
ApplicationTree()
Initializes a new instance of the ApplicationTree class.
Declaration
public ApplicationTree()
ApplicationTree(Boolean, Int32, String, String, String, String, String, String)
Initializes a new instance of the ApplicationTree class.
Declaration
public ApplicationTree(bool initialize, int sortOrder, string applicationAlias, string alias, string title, string iconClosed, string iconOpened, string type)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | initialize | if set to |
System.Int32 | sortOrder | The sort order. |
System.String | applicationAlias | The application alias. |
System.String | alias | The tree alias. |
System.String | title | The tree title. |
System.String | iconClosed | The icon closed. |
System.String | iconOpened | The icon opened. |
System.String | type | The tree type. |
Properties
Alias
Gets the tree alias.
Declaration
public string Alias { get; }
Property Value
Type | Description |
---|---|
System.String | The alias. |
ApplicationAlias
Gets the application alias.
Declaration
public string ApplicationAlias { get; }
Property Value
Type | Description |
---|---|
System.String | The application alias. |
IconClosed
Gets or sets the icon closed.
Declaration
public string IconClosed { get; set; }
Property Value
Type | Description |
---|---|
System.String | The icon closed. |
IconOpened
Gets or sets the icon opened.
Declaration
public string IconOpened { get; set; }
Property Value
Type | Description |
---|---|
System.String | The icon opened. |
Initialize
Gets or sets a value indicating whether this ApplicationTree should initialize.
Declaration
public bool Initialize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
SortOrder
Gets or sets the sort order.
Declaration
public int SortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The sort order. |
Title
Gets or sets the tree title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The title. |
Type
Gets or sets the tree type assembly name.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type. |
Methods
GetRuntimeType()
Returns the CLR type based on it's assembly name stored in the config
Declaration
public Type GetRuntimeType()
Returns
Type | Description |
---|---|
System.Type |