Table of Contents

Class EditableField<TValue>

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

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

public class EditableField<TValue> : Field<TValue>, IFieldReader, IValueField<TValue>, IEditableField, IField

Type Parameters

TValue

The value type.

Inheritance
Field<TValue>
EditableField<TValue>
Implements
IValueField<TValue>
Derived
Inherited Members

Properties

EditableMarkup

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

[DataMember(Name = "editable")]
[JsonPropertyName("editable")]
public string EditableMarkup { get; set; }

Property Value

string