Class DisabledUsersModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.Common.Models
Assembly: Umbraco.Web.Common.dll
Syntax
[DataContract]
public class DisabledUsersModel : INotificationModel
Properties
View SourceDisabledUserIds
Declaration
[DataMember(Name = "disabledUserIds")]
public IEnumerable<int> DisabledUserIds { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System.Int32> |
Notifications
Declaration
public List<BackOfficeNotification> Notifications { get; }
Property Value
Type | Description |
---|---|
List<BackOfficeNotification> |