View Source
Class UserGroupBasic
Inheritance
System.Object
Assembly: Umbraco.Web.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
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
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<Notification> Notifications { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<Notification> |
|
View Source
Sections
Declaration
[DataMember(Name = "sections")]
public IEnumerable<Section> Sections { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.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 |
|