Interface IContentMedia
Interface that all content based files should implement
Inherited Members
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentMedia : IContent, IContentData, IBinaryStorable
Properties
MimeType
Gets the MIME type of this media content.
Declaration
string MimeType { get; }
Property Value
Type | Description |
---|---|
System.String |
Thumbnail
Gets or sets the generated thumbnail for this media.
Declaration
Blob Thumbnail { get; set; }
Property Value
Type | Description |
---|---|
Blob |
Extension Methods
EPiServer.Core.IContentExtensions.GetPropertyName<TContent>(TContent, System.Linq.Expressions.Expression<System.Func<TContent, System.Object>>)
EPiServer.Core.IContentExtensions.GetTargetFrame(EPiServer.Core.IContent)