Search Results for

    Show / Hide Table of Contents
    View Source

    Class SearchableApplicationTree

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Trees
    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

    FormatterMethod

    Declaration
    public string FormatterMethod { get; }
    Property Value
    Type Description
    System.String
    View Source

    FormatterService

    Declaration
    public string FormatterService { get; }
    Property Value
    Type Description
    System.String
    View Source

    SearchableTree

    Declaration
    public ISearchableTree SearchableTree { get; }
    Property Value
    Type Description
    ISearchableTree
    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SearchableApplicationTree(String, String, Int32, String, String, ISearchableTree)
    • Properties
      • AppAlias
      • FormatterMethod
      • FormatterService
      • SearchableTree
      • SortOrder
      • TreeAlias
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX