Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentAppFactoryCollectionBuilder

    Inheritance
    System.Object
    CollectionBuilderBase<ContentAppFactoryCollectionBuilder, ContentAppFactoryCollection, IContentAppFactory>
    OrderedCollectionBuilderBase<ContentAppFactoryCollectionBuilder, ContentAppFactoryCollection, IContentAppFactory>
    Namespace: Umbraco.Cms.Core.ContentApps
    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
    Type Description
    ContentAppFactoryCollectionBuilder

    Methods

    View Source

    CreateCollection(IServiceProvider)

    Declaration
    public override ContentAppFactoryCollection CreateCollection(IServiceProvider factory)
    Parameters
    Type Name Description
    IServiceProvider factory
    Returns
    Type Description
    ContentAppFactoryCollection
    View Source

    CreateItems(IServiceProvider)

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