Class ImageData
Base class for content types which should be handled as images by the system.
Implements
Inherited Members
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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 |