Search Results for

    Show / Hide Table of Contents
    View Source

    Class FlagProviderCollection

    Defines an ordered collection of IFlagProvider.

    Inheritance
    object
    BuilderCollectionBase<IFlagProvider>
    Namespace: Umbraco.Cms.Api.Management.Services.Flags
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class FlagProviderCollection : BuilderCollectionBase<IFlagProvider>, IBuilderCollection<IFlagProvider>

    Constructors

    View Source

    FlagProviderCollection(Func<IEnumerable<IFlagProvider>>)

    Initializes a new instance of the FlagProviderCollection class.

    Declaration
    public FlagProviderCollection(Func<IEnumerable<IFlagProvider>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<IFlagProvider>> items

    The collection items.

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