Class TreeCollection
Represents the collection of section trees.
Namespace: Umbraco.Cms.Core.Trees
Assembly: Umbraco.Core.dll
Syntax
public class TreeCollection : BuilderCollectionBase<Tree>, IBuilderCollection<Tree>
Constructors
View SourceTreeCollection(Func<IEnumerable<Tree>>)
Declaration
public TreeCollection(Func<IEnumerable<Tree>> items)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<IEnumerable<Tree>> | items |