Search Results for

    Show / Hide Table of Contents
    View Source

    Class SearchableTreeCollection

    Inheritance
    System.Object
    BuilderCollectionBase<ISearchableTree>
    Namespace: Umbraco.Cms.Core.Trees
    Assembly: Umbraco.Core.dll
    Syntax
    public class SearchableTreeCollection : BuilderCollectionBase<ISearchableTree>, IBuilderCollection<ISearchableTree>

    Constructors

    View Source

    SearchableTreeCollection(Func<IEnumerable<ISearchableTree>>, ITreeService)

    Declaration
    public SearchableTreeCollection(Func<IEnumerable<ISearchableTree>> items, ITreeService treeService)
    Parameters
    Type Name Description
    Func<IEnumerable<ISearchableTree>> items
    ITreeService treeService

    Properties

    View Source

    Item[String]

    Declaration
    public SearchableApplicationTree this[string key] { get; }
    Parameters
    Type Name Description
    System.String key
    Property Value
    Type Description
    SearchableApplicationTree
    View Source

    SearchableApplicationTrees

    Declaration
    public IReadOnlyDictionary<string, SearchableApplicationTree> SearchableApplicationTrees { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<System.String, SearchableApplicationTree>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SearchableTreeCollection(Func<IEnumerable<ISearchableTree>>, ITreeService)
    • Properties
      • Item[String]
      • SearchableApplicationTrees
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX