Class IndexValue
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public sealed class IndexValue
Properties
View SourceCulture
Declaration
public required string? Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FieldName
Declaration
public required string FieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
Declaration
public required IEnumerable<object?> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<object> |