Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaItemDisplay

    A model representing a media item to be displayed in the back office

    Inheritance
    System.Object
    EntityBasic
    ContentItemBasic
    ContentItemBasic<ContentPropertyDisplay>
    TabbedContentItem<ContentPropertyDisplay>
    ContentItemDisplayBase<ContentPropertyDisplay>
    ListViewAwareContentItemDisplayBase<ContentPropertyDisplay>
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    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
    Type Description
    IEnumerable<ContentApp>
    View Source

    ContentType

    Declaration
    [DataMember(Name = "contentType")]
    public ContentTypeBasic ContentType { get; set; }
    Property Value
    Type Description
    ContentTypeBasic
    View Source

    MediaLink

    Declaration
    [DataMember(Name = "mediaLink")]
    public string MediaLink { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MediaItemDisplay()
    • Properties
      • ContentApps
      • ContentType
      • MediaLink
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX