Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentAppFactoryCollection

    Inheritance
    System.Object
    BuilderCollectionBase<IContentAppFactory>
    Namespace: Umbraco.Cms.Core.ContentApps
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentAppFactoryCollection : BuilderCollectionBase<IContentAppFactory>, IBuilderCollection<IContentAppFactory>

    Constructors

    View Source

    ContentAppFactoryCollection(Func<IEnumerable<IContentAppFactory>>, ILogger<ContentAppFactoryCollection>, IBackOfficeSecurityAccessor)

    Declaration
    public ContentAppFactoryCollection(Func<IEnumerable<IContentAppFactory>> items, ILogger<ContentAppFactoryCollection> logger, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    Func<IEnumerable<IContentAppFactory>> items
    ILogger<ContentAppFactoryCollection> logger
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    GetContentAppsFor(Object, Nullable<IEnumerable<IReadOnlyUserGroup>>)

    Declaration
    public IEnumerable<ContentApp> GetContentAppsFor(object o, IEnumerable<IReadOnlyUserGroup>? userGroups = null)
    Parameters
    Type Name Description
    System.Object o
    System.Nullable<IEnumerable<IReadOnlyUserGroup>> userGroups
    Returns
    Type Description
    IEnumerable<ContentApp>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentAppFactoryCollection(Func<IEnumerable<IContentAppFactory>>, ILogger<ContentAppFactoryCollection>, IBackOfficeSecurityAccessor)
    • Methods
      • GetContentAppsFor(Object, Nullable<IEnumerable<IReadOnlyUserGroup>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX