Class WrappedEditableField<TValue>

Version: 21.x

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

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

The value type.

Constructors

WrappedEditableField()

Declaration
RequestResponse
public WrappedEditableField()

Properties

EditableMarkupFirst

Gets or sets the HTML markup to render before this IField when editing.

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

EditableMarkupLast

Gets or sets the HTML markup to render after this IField when editing.

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

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,