Table of Contents

Class ImageField

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model.Fields
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Represents an image field.

public class ImageField : EditableField<Image>, IFieldReader, IValueField<Image>, IEditableField, IField
Inheritance
ImageField
Implements
Inherited Members

Constructors

ImageField()

Initializes a new instance of the ImageField class.

public ImageField()

ImageField(Image)

Initializes a new instance of the ImageField class.

public ImageField(Image value)

Parameters

value Image

The initial value.