1. ImageField

Class ImageField

Version: 21.x

Represents an image field.

Inheritance
System.Object
ImageField
Namespace: Sitecore.LayoutService.Client.Response.Model.Fields
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public class ImageField : EditableField<Image>, IFieldReader, IValueField<Image>, IEditableField, IField

Constructors

ImageField()

Initializes a new instance of the ImageField class.

Declaration
public ImageField()

ImageField(Image)

Initializes a new instance of the ImageField class.

Declaration
public ImageField(Image value)
Parameters
TypeNameDescription
Imagevalue

The initial value.

Implements

Extension Methods

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