Search Results for

    Show / Hide Table of Contents
    View Source

    Class IndexField

    Represents a field definition for the Delivery API content index.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class IndexField

    Constructors

    View Source

    IndexField()

    Declaration
    public IndexField()

    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

    FieldType

    Gets or sets the type of the index field.

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

    VariesByCulture

    Gets or sets a value indicating whether this field varies by culture.

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