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!

Interface IContentMedia

Interface that all content based files should implement

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
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