View Source
  Class DataTypeCacheRefresher.JsonPayload
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
  Constructors
  
  
    View Source
  
  JsonPayload(Int32, Guid, Boolean)
  
  
  Declaration
  
    public JsonPayload(int id, Guid key, bool removed)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int32 | id |  | 
      
        | Guid | key |  | 
      
        | System.Boolean | removed |  | 
    
  
  Properties
  
  
    View Source
  
  Id
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  Key
  
  
  Declaration
  
  Property Value
  
  
    View Source
  
  Removed
  
  
  Declaration
  
    public bool Removed { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |