View Source
  Class MemberRolesNotification
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public abstract class MemberRolesNotification : INotification
   
  Constructors
  
  
    View Source
  
  MemberRolesNotification(Int32[], String[])
  
  
  Declaration
  
    protected MemberRolesNotification(int[] memberIds, string[] roles)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32[] | 
        memberIds | 
         | 
      
      
        | System.String[] | 
        roles | 
         | 
      
    
  
  Properties
  
  
    View Source
  
  MemberIds
  
  
  Declaration
  
    public int[] MemberIds { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32[] | 
         | 
      
    
  
  
    View Source
  
  Roles
  
  
  Declaration
  
    public string[] Roles { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String[] | 
         |