View Source
Class ContentAppFactoryCollection
Inheritance
System.Object
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
Methods
View Source
GetContentAppsFor(Object, IEnumerable<IReadOnlyUserGroup>)
Declaration
public IEnumerable<ContentApp> GetContentAppsFor(object o, IEnumerable<IReadOnlyUserGroup> userGroups = null)
Parameters
Returns