Class TextField
Represents a text field.
Inherited Members
Namespace: Sitecore.LayoutService.Client.Response.Model.Fields
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public class TextField : EditableField<string>, IFieldReader, IValueField<string>, IEditableField, IField
Constructors
TextField()
Initializes a new instance of the TextField class.
Declaration
public TextField()
TextField(String)
Initializes a new instance of the TextField class.
Declaration
public TextField(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The initial value. |