Class EditableField<TValue>
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
public class EditableField<TValue> : Field<TValue>, IFieldReader, IValueField<TValue>, IEditableField, IField
Type Parameters
Name | Description |
---|---|
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
Type | Description |
---|---|
System.String |