Search Results for

    Show / Hide Table of Contents
    View Source

    Class EmbedProvidersCollection

    Represents a collection of IEmbedProvider instances.

    Inheritance
    object
    BuilderCollectionBase<IEmbedProvider>
    Namespace: Umbraco.Cms.Core.Media.EmbedProviders
    Assembly: Umbraco.Core.dll
    Syntax
    public class EmbedProvidersCollection : BuilderCollectionBase<IEmbedProvider>, IBuilderCollection<IEmbedProvider>

    Constructors

    View Source

    EmbedProvidersCollection(Func<IEnumerable<IEmbedProvider>>)

    Initializes a new instance of the EmbedProvidersCollection class.

    Declaration
    public EmbedProvidersCollection(Func<IEnumerable<IEmbedProvider>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<IEmbedProvider>> items

    A factory function that returns the collection of embed providers.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX