Class IndexFieldValue
Represents a field value for the Delivery API content index.
Inheritance
object
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class IndexFieldValue
Constructors
View SourceIndexFieldValue()
Declaration
public IndexFieldValue()
Properties
View SourceFieldName
Gets or sets the name of the index field.
Declaration
public required string FieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
Gets or sets the values for this index field.
Declaration
public required IEnumerable<object> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<object> |