View Source
Class UserGroupBasic
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class UserGroupBasic : EntityBasic, INotificationModel
Constructors
View Source
UserGroupBasic()
Declaration
Properties
View Source
ContentStartNode
Declaration
public EntityBasic ContentStartNode { get; set; }
Property Value
View Source
IsSystemUserGroup
Is the user group a system group e.g. "Administrators", "Sensitive data" or "Translators"
Declaration
public bool IsSystemUserGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
MediaStartNode
Declaration
public EntityBasic MediaStartNode { get; set; }
Property Value
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
public List<BackOfficeNotification> Notifications { get; }
Property Value
View Source
Sections
Declaration
public IEnumerable<Section> Sections { get; set; }
Property Value
Type |
Description |
IEnumerable<Section> |
|
View Source
UserCount
The number of users assigned to this group
Declaration
public int UserCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|