Search Results for

    Show / Hide Table of Contents
    View Source

    Class DashboardCollectionBuilder

    Inheritance
    System.Object
    CollectionBuilderBase<DashboardCollectionBuilder, DashboardCollection, IDashboard>
    WeightedCollectionBuilderBase<DashboardCollectionBuilder, DashboardCollection, IDashboard>
    Namespace: Umbraco.Cms.Core.Dashboards
    Assembly: Umbraco.Core.dll
    Syntax
    public class DashboardCollectionBuilder : WeightedCollectionBuilderBase<DashboardCollectionBuilder, DashboardCollection, IDashboard>, ICollectionBuilder<DashboardCollection, IDashboard>, ICollectionBuilder

    Properties

    View Source

    This

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

    Methods

    View Source

    CreateItems(IServiceProvider)

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