Class SectionCollection
Namespace: Umbraco.Web.Sections
Assembly: Umbraco.Web.dll
Syntax
public class SectionCollection : BuilderCollectionBase<ISection>, IBuilderCollection<ISection>, IEnumerable<ISection>, IEnumerable
Constructors
View SourceSectionCollection(IEnumerable<ISection>)
Declaration
public SectionCollection(IEnumerable<ISection> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<ISection> | items |