View Source
Class DashboardCollectionBuilder
Inheritance
System.Object
Assembly: Umbraco.Web.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
Methods
View Source
CreateItems(IFactory)
Declaration
protected override IEnumerable<IDashboard> CreateItems(IFactory factory)
Parameters
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IDashboard> |
|