London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ImageData

Base class for content types which should be handled as images by the system.

Inheritance
System.Object
ImageData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class ImageData : MediaData, IInitializableContent, IChangeTrackable, IExportable, IVersionable, IReadOnly, IModifiedTrackable, IContentSecurable, ISecurable, ICategorizable, IRoutable, ILocale, IContentImage, IContentMedia, IContent, IContentData, IBinaryStorable

Constructors

ImageData()

Declaration
public ImageData()

Properties

Thumbnail

Gets or sets the generated thumbnail for this media.

Declaration
[ImageDescriptor(Width = 48, Height = 48)]
public override Blob Thumbnail { get; set; }
Property Value
Type Description
Blob
Overrides

Implements

Extension Methods