Class EmbedProvidersCollection
Namespace: Umbraco.Cms.Core.Media.EmbedProviders
Assembly: Umbraco.Core.dll
Syntax
public class EmbedProvidersCollection : BuilderCollectionBase<IEmbedProvider>, IBuilderCollection<IEmbedProvider>
Constructors
View SourceEmbedProvidersCollection(Func<IEnumerable<IEmbedProvider>>)
Declaration
public EmbedProvidersCollection(Func<IEnumerable<IEmbedProvider>> items)
Parameters
Type | Name | Description |
---|---|---|
Func<IEnumerable<IEmbedProvider>> | items |