Search Results for

    Show / Hide Table of Contents
    View Source

    Class TreeCollection

    Represents the collection of section trees.

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

    Constructors

    View Source

    TreeCollection(Func<IEnumerable<Tree>>)

    Declaration
    public TreeCollection(Func<IEnumerable<Tree>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<Tree>> items
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TreeCollection(Func<IEnumerable<Tree>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX