Class Field<TValue>

Version: 21.x

Represents an arbitrary field in a Sitecore layout service response that contains a value.

Inheritance
System.Object
Field<TValue>
Implements
IValueField<TValue>
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
RequestResponse
public class Field<TValue> : Field, IFieldReader, IValueField<TValue>, IField
Type Parameters
NameDescription
TValue

The value type.

Constructors

Field()

Declaration
RequestResponse
public Field()

Properties

Value

Gets or sets the value of the IField.

Declaration
RequestResponse
public TValue Value { get; set; }
Property Value
TypeDescription
TValue

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,