Search Results for

    Show / Hide Table of Contents
    View Source

    Class SectionCollectionBuilder

    Inheritance
    System.Object
    CollectionBuilderBase<SectionCollectionBuilder, SectionCollection, ISection>
    OrderedCollectionBuilderBase<SectionCollectionBuilder, SectionCollection, ISection>
    Namespace: Umbraco.Cms.Core.Sections
    Assembly: Umbraco.Core.dll
    Syntax
    public class SectionCollectionBuilder : OrderedCollectionBuilderBase<SectionCollectionBuilder, SectionCollection, ISection>, ICollectionBuilder<SectionCollection, ISection>, ICollectionBuilder

    Properties

    View Source

    This

    Declaration
    protected override SectionCollectionBuilder This { get; }
    Property Value
    Type Description
    SectionCollectionBuilder

    Methods

    View Source

    CreateItems(IServiceProvider)

    Declaration
    protected override IEnumerable<ISection> CreateItems(IServiceProvider factory)
    Parameters
    Type Name Description
    IServiceProvider factory
    Returns
    Type Description
    IEnumerable<ISection>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • This
    • Methods
      • CreateItems(IServiceProvider)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX