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