SaaS CMS has officially launched! Learn more now.

Class ImageData

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

Inheritance
System.Object
ImageData
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
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, Pregenerated = true)]
public override Blob Thumbnail { get; set; }
Property Value
Type Description
Blob
Overrides

Implements

Extension Methods