Class WrappedEditableField

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

FieldReader

Field

Field

WrappedEditableField

HyperLinkField

Implements

IFieldReader

IValueField

IWrappedEditableField

IField

Inherited Members

Field.Value

Field.HandleRead(Type)

FieldReader.Read()

FieldReader.TryRead(TField)

FieldReader.TryRead(Type, IField)

FieldReader.Read(Type)

Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public class WrappedEditableField<TValue> : Field<TValue>, IFieldReader, IValueField<TValue>, IWrappedEditableField, IField
Type Parameters
NameDescription
TValueThe value type.

Constructors

WrappedEditableField()

Declaration
public WrappedEditableField()

Properties

EditableMarkupFirst

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

Declaration
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
public string EditableMarkupLast { get; set; }
Property Value
TypeDescription
System.String

Implements

IFieldReader

IValueField

IWrappedEditableField

IField

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