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, 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