View Source
Class UserGroupBasic
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "userGroup", Namespace = "")]
public class UserGroupBasic : EntityBasic, INotificationModel
Constructors
View Source
UserGroupBasic()
Declaration
Properties
View Source
ContentStartNode
Declaration
[DataMember(Name = "contentStartNode")]
public EntityBasic ContentStartNode { get; set; }
Property Value
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
View Source
MediaStartNode
Declaration
[DataMember(Name = "mediaStartNode")]
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
[DataMember(Name = "notifications")]
public List<BackOfficeNotification> Notifications { get; }
Property Value
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 |
|