View Source
Class ContentAppFactoryCollection
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class ContentAppFactoryCollection : BuilderCollectionBase<IContentAppFactory>, IBuilderCollection<IContentAppFactory>, IEnumerable<IContentAppFactory>, IEnumerable
Constructors
View Source
ContentAppFactoryCollection(IEnumerable<IContentAppFactory>, ILogger)
Declaration
public ContentAppFactoryCollection(IEnumerable<IContentAppFactory> items, ILogger logger)
Parameters
Methods
View Source
GetContentAppsFor(Object, IEnumerable<IReadOnlyUserGroup>)
Declaration
public IEnumerable<ContentApp> GetContentAppsFor(object o, IEnumerable<IReadOnlyUserGroup> userGroups = null)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
System.Collections.Generic.IEnumerable<IReadOnlyUserGroup> |
userGroups |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<ContentApp> |
|