Show / Hide Table of Contents

Class ImageField

Represents an image field.

Inheritance
System.Object
FieldReader
Field
Field<Image>
EditableField<Image>
ImageField
Implements
IFieldReader
IValueField<Image>
IEditableField
IField
Inherited Members
EditableField<Image>.EditableMarkup
Field<Image>.Value
Field.HandleRead(Type)
FieldReader.Read<TField>()
FieldReader.TryRead<TField>(TField)
FieldReader.TryRead(Type, IField)
FieldReader.Read(Type)
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
Type Name Description
Image value

The initial value.

Implements

IFieldReader
IValueField<TValue>
IEditableField
IField

Extension Methods

SitecoreFieldExtensions.GetMediaLink(ImageField, Object)
Back to top Generated by DocFX