View Source
Class SearchableApplicationTree
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class SearchableApplicationTree
Constructors
View Source
SearchableApplicationTree(String, String, Int32, String, String, ISearchableTree)
Declaration
public SearchableApplicationTree(string appAlias, string treeAlias, int sortOrder, string formatterService, string formatterMethod, ISearchableTree searchableTree)
Parameters
Type |
Name |
Description |
System.String |
appAlias |
|
System.String |
treeAlias |
|
System.Int32 |
sortOrder |
|
System.String |
formatterService |
|
System.String |
formatterMethod |
|
ISearchableTree |
searchableTree |
|
Properties
View Source
AppAlias
Declaration
public string AppAlias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string FormatterMethod { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string FormatterService { get; }
Property Value
Type |
Description |
System.String |
|
View Source
SearchableTree
Declaration
public ISearchableTree SearchableTree { get; }
Property Value
View Source
SortOrder
Declaration
public int SortOrder { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
TreeAlias
Declaration
public string TreeAlias { get; }
Property Value
Type |
Description |
System.String |
|