View Source
  Class UserLogoutSuccessNotification
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class UserLogoutSuccessNotification : UserNotification, INotification
   
  Constructors
  
  
    View Source
  
  UserLogoutSuccessNotification(String, String, String)
  
  
  Declaration
  
    public UserLogoutSuccessNotification(string ipAddress, string affectedUserId, string performingUserId)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        ipAddress | 
         | 
      
      
        | System.String | 
        affectedUserId | 
         | 
      
      
        | System.String | 
        performingUserId | 
         | 
      
    
  
  Properties
  
  
    View Source
  
  SignOutRedirectUrl
  
  
  Declaration
  
    public string SignOutRedirectUrl { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         |