Search Results for

    Show / Hide Table of Contents
    View Source

    Class IndexValue

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class IndexValue

    Properties

    View Source

    Culture

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

    FieldName

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

    Values

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