1. IWrappedEditableField

Interface IWrappedEditableField

Version: 21.x

Exposes HTML markup values for an editable IField that has wrapping editable markup.

Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public interface IWrappedEditableField : IField

Properties

EditableMarkupFirst

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

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

EditableMarkupLast

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

Declaration
string EditableMarkupLast { get; set; }
Property Value
TypeDescription
System.String
If you have suggestions for improving this article, let us know!