View Source
  Class NotificationEmailSubjectParams
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class NotificationEmailSubjectParams
   
  Constructors
  
  
    View Source
  
  NotificationEmailSubjectParams(String, String, String)
  
  
  Declaration
  
    public NotificationEmailSubjectParams(string siteUrl, string action, string itemName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | siteUrl |  | 
      
        | System.String | action |  | 
      
        | System.String | itemName |  | 
    
  
  Properties
  
  
    View Source
  
  Action
  
  
  Declaration
  
    public string Action { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  ItemName
  
  
  Declaration
  
    public string ItemName { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  SiteUrl
  
  
  Declaration
  
    public string SiteUrl { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |