Class EditableField<TValue>
Version: 21.x
Represents an arbitrary field in a Sitecore layout service response that contains a value that can be edited.
Inherited Members
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
RequestResponse
public class EditableField<TValue> : Field<TValue>, IFieldReader, IValueField<TValue>, IEditableField, IFieldType Parameters
| Name | Description |
|---|---|
| TValue |
The value type. |
Constructors
EditableField()
Declaration
RequestResponse
public EditableField()Properties
EditableMarkup
Gets or sets the HTML markup for this IField when editing.
Declaration
RequestResponse
public string EditableMarkup { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |