Class UmbracoApiControllerTypeCollection
A collection of types representing Umbraco API controllers.
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 SourceUmbracoApiControllerTypeCollection(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. |