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