Class ContentIndexHandlerCollectionBuilder
A collection builder for IContentIndexHandler implementations.
Inheritance
object
CollectionBuilderBase<ContentIndexHandlerCollectionBuilder, ContentIndexHandlerCollection, IContentIndexHandler>
LazyCollectionBuilderBase<ContentIndexHandlerCollectionBuilder, ContentIndexHandlerCollection, IContentIndexHandler>
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentIndexHandlerCollectionBuilder : LazyCollectionBuilderBase<ContentIndexHandlerCollectionBuilder, ContentIndexHandlerCollection, IContentIndexHandler>, ICollectionBuilder<ContentIndexHandlerCollection, IContentIndexHandler>, ICollectionBuilder
Constructors
View SourceContentIndexHandlerCollectionBuilder()
Declaration
public ContentIndexHandlerCollectionBuilder()
Properties
View SourceThis
Gets the current builder instance.
Declaration
protected override ContentIndexHandlerCollectionBuilder This { get; }
Property Value
| Type | Description |
|---|---|
| ContentIndexHandlerCollectionBuilder |