Show / Hide Table of Contents

Class WrappedEditableField<TValue>

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<TValue>
WrappedEditableField<TValue>
HyperLinkField
Implements
IFieldReader
IValueField<TValue>
IWrappedEditableField
IField
Inherited Members
Field<TValue>.Value
Field.HandleRead(Type)
FieldReader.Read<TField>()
FieldReader.TryRead<TField>(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
Name Description
TValue

The 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
Type Description
System.String

EditableMarkupLast

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

Declaration
public string EditableMarkupLast { get; set; }
Property Value
Type Description
System.String

Implements

IFieldReader
IValueField<TValue>
IWrappedEditableField
IField
Back to top Generated by DocFX