Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserGroupBasic

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

    Constructors

    View Source

    UserGroupBasic()

    Declaration
    public UserGroupBasic()

    Properties

    View Source

    ContentStartNode

    Declaration
    [DataMember(Name = "contentStartNode")]
    public EntityBasic ContentStartNode { get; set; }
    Property Value
    Type Description
    EntityBasic
    View Source

    HasAccessToAllLanguages

    Declaration
    [DataMember(Name = "hasAccessToAllLanguages")]
    public bool HasAccessToAllLanguages { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IsSystemUserGroup

    Is the user group a system group e.g. "Administrators", "Sensitive data" or "Translators"

    Declaration
    [DataMember(Name = "isSystemUserGroup")]
    public bool IsSystemUserGroup { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Languages

    Declaration
    [DataMember(Name = "languages")]
    public IEnumerable<Language> Languages { get; set; }
    Property Value
    Type Description
    IEnumerable<Language>
    View Source

    MediaStartNode

    Declaration
    [DataMember(Name = "mediaStartNode")]
    public EntityBasic MediaStartNode { get; set; }
    Property Value
    Type Description
    EntityBasic
    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>
    View Source

    Sections

    Declaration
    [DataMember(Name = "sections")]
    public IEnumerable<Section> Sections { get; set; }
    Property Value
    Type Description
    IEnumerable<Section>
    View Source

    UserCount

    The number of users assigned to this group

    Declaration
    [DataMember(Name = "userCount")]
    public int UserCount { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserGroupBasic()
    • Properties
      • ContentStartNode
      • HasAccessToAllLanguages
      • IsSystemUserGroup
      • Languages
      • MediaStartNode
      • Notifications
      • Sections
      • UserCount
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX