Search Results for

    Show / Hide Table of Contents
    View Source

    Class DashboardCollection

    Inheritance
    System.Object
    BuilderCollectionBase<IDashboard>
    Namespace: Umbraco.Cms.Core.Dashboards
    Assembly: Umbraco.Core.dll
    Syntax
    public class DashboardCollection : BuilderCollectionBase<IDashboard>, IBuilderCollection<IDashboard>

    Constructors

    View Source

    DashboardCollection(Func<IEnumerable<IDashboard>>)

    Declaration
    public DashboardCollection(Func<IEnumerable<IDashboard>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<IDashboard>> items
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DashboardCollection(Func<IEnumerable<IDashboard>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX