Class ContentIndexHandlerCollection
A collection of IContentIndexHandler implementations for the Delivery API.
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentIndexHandlerCollection : BuilderCollectionBase<IContentIndexHandler>, IBuilderCollection<IContentIndexHandler>
Constructors
View SourceContentIndexHandlerCollection(Func<IEnumerable<IContentIndexHandler>>)
Initializes a new instance of the ContentIndexHandlerCollection class.
Declaration
public ContentIndexHandlerCollection(Func<IEnumerable<IContentIndexHandler>> items)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<IEnumerable<IContentIndexHandler>> | items | A factory function that returns the content index handlers. |