Class EditableField<TValue>

Version: 21.x

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

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

The value type.

Constructors

EditableField()

Declaration
public EditableField()

Properties

EditableMarkup

Gets or sets the HTML markup for this IField when editing.

Declaration
public string EditableMarkup { get; set; }
Property Value
TypeDescription
System.String

Implements

If you have suggestions for improving this article, let us know!