View Source
Class MediaItemDisplay
A model representing a media item to be displayed in the back office
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class MediaItemDisplay : ListViewAwareContentItemDisplayBase<ContentPropertyDisplay>, IContentProperties<ContentPropertyDisplay>, ITabbedContent<ContentPropertyDisplay>, INotificationModel, IErrorModel
Constructors
View Source
MediaItemDisplay()
Declaration
public MediaItemDisplay()
Properties
View Source
ContentApps
Declaration
public IEnumerable<ContentApp> ContentApps { get; set; }
Property Value
View Source
ContentType
Declaration
public ContentTypeBasic ContentType { get; set; }
Property Value
View Source
MediaLink
Declaration
public string MediaLink { get; set; }
Property Value
Type |
Description |
System.String |
|