Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    IndexFieldValue()

    Declaration
    public IndexFieldValue()

    Properties

    View Source

    FieldName

    Gets or sets the name of the index field.

    Declaration
    public required string FieldName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Values

    Gets or sets the values for this index field.

    Declaration
    public required IEnumerable<object> Values { get; set; }
    Property Value
    Type Description
    IEnumerable<object>
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX