Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberGroupDisplay

    Inheritance
    System.Object
    EntityBasic
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "memberGroup", Namespace = "")]
    public class MemberGroupDisplay : EntityBasic, INotificationModel

    Constructors

    View Source

    MemberGroupDisplay()

    Declaration
    public MemberGroupDisplay()

    Properties

    View Source

    Notifications

    This is used to add custom localized messages/strings to the response for the app to use for localized UI purposes.

    Declaration
    [DataMember(Name = "notifications")]
    public List<BackOfficeNotification> Notifications { get; }
    Property Value
    Type Description
    List<BackOfficeNotification>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MemberGroupDisplay()
    • Properties
      • Notifications
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX