Interface IDeliveryApiContentIndexFieldDefinitionBuilder
Provides a contract for building field definitions used in the Delivery API content index.
Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IDeliveryApiContentIndexFieldDefinitionBuilder
Methods
View SourceBuild()
Builds a collection of field definitions for the Delivery API content index.
Declaration
FieldDefinitionCollection Build()
Returns
| Type | Description |
|---|---|
| FieldDefinitionCollection | A Examine.FieldDefinitionCollection containing the field definitions for the index. |