View Source
Class ContentAppFactoryCollectionBuilder
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentAppFactoryCollectionBuilder : OrderedCollectionBuilderBase<ContentAppFactoryCollectionBuilder, ContentAppFactoryCollection, IContentAppFactory>, ICollectionBuilder<ContentAppFactoryCollection, IContentAppFactory>, ICollectionBuilder
Properties
View Source
This
Declaration
protected override ContentAppFactoryCollectionBuilder This { get; }
Property Value
Methods
View Source
CreateCollection(IServiceProvider)
Declaration
public override ContentAppFactoryCollection CreateCollection(IServiceProvider factory)
Parameters
Type |
Name |
Description |
IServiceProvider |
factory |
|
Returns
View Source
CreateItems(IServiceProvider)
Declaration
protected override IEnumerable<IContentAppFactory> CreateItems(IServiceProvider factory)
Parameters
Type |
Name |
Description |
IServiceProvider |
factory |
|
Returns