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
[DataContract(Name = "content", Namespace = "")]
public class MediaItemDisplay : ListViewAwareContentItemDisplayBase<ContentPropertyDisplay>, IContentProperties<ContentPropertyDisplay>, ITabbedContent<ContentPropertyDisplay>, INotificationModel, IErrorModel
Constructors
View Source
MediaItemDisplay()
Declaration
public MediaItemDisplay()
Properties
View Source
ContentApps
Declaration
[DataMember(Name = "apps")]
public IEnumerable<ContentApp> ContentApps { get; set; }
Property Value
View Source
ContentType
Declaration
[DataMember(Name = "contentType")]
public ContentTypeBasic ContentType { get; set; }
Property Value
View Source
MediaLink
Declaration
[DataMember(Name = "mediaLink")]
public string MediaLink { get; set; }
Property Value
Type |
Description |
System.String |
|