Class ImageData
Base class for content types which should be handled as images by the system.
Implements
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.4Syntax
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 |