Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoApiControllerTypeCollection

    A collection of types representing Umbraco API controllers.

    Inheritance
    object
    BuilderCollectionBase<Type>
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    [Obsolete("Scheduled for removal in Umbraco 18.")]
    public class UmbracoApiControllerTypeCollection : BuilderCollectionBase<Type>, IBuilderCollection<Type>

    Constructors

    View Source

    UmbracoApiControllerTypeCollection(Func<IEnumerable<Type>>)

    Initializes a new instance of the UmbracoApiControllerTypeCollection class.

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

    A function that provides the collection of API controller types.

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