Class QueryableNotificationUser
  
  
  
  
    Inheritance
    System.Object
    QueryableNotificationUser
   
  
  
  Assembly: EPiServer.dll
  Version: 12.0.3
  Syntax
  
    [ServiceConfiguration(IncludeServiceAccessor = false)]
public class QueryableNotificationUser : Object, IQueryableNotificationUser
   
  Constructors
  
  
  
  
  QueryableNotificationUser(IQueryableNotificationUsers)
  
  
  Declaration
  
    public QueryableNotificationUser(IQueryableNotificationUsers queryableNotificationUsers)
   
  Parameters
  
  Methods
  
  
  
  
  GetAsync(String)
  
  
  Declaration
  
    public Task<INotificationUser> GetAsync(string userName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | userName |  | 
    
  
  Returns
  
  Implements
  
  Extension Methods