• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberListDisplay

    A model representing a member list to be displayed in the back office

    Inheritance
    System.Object
    EntityBasic
    ContentItemBasic
    ContentItemBasic<ContentPropertyDisplay>
    TabbedContentItem<ContentPropertyDisplay>
    ContentItemDisplayBase<ContentPropertyDisplay>
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "content", Namespace = "")]
    public class MemberListDisplay : ContentItemDisplayBase<ContentPropertyDisplay>, IContentProperties<ContentPropertyDisplay>, ITabbedContent<ContentPropertyDisplay>, INotificationModel, IErrorModel

    Properties

    View Source

    ContentApps

    Declaration
    [DataMember(Name = "apps")]
    public IEnumerable<ContentApp>? ContentApps { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<ContentApp>>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentApps
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX