View Source
  Class ContentTypeCacheRefresher.JsonPayload
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
  Constructors
  
  
    View Source
  
  JsonPayload(String, Int32, ContentTypeChangeTypes)
  
  
  Declaration
  
    public JsonPayload(string itemType, int id, ContentTypeChangeTypes changeTypes)
   
  Parameters
  
  Properties
  
  
    View Source
  
  ChangeTypes
  
  
  Declaration
  
    public ContentTypeChangeTypes ChangeTypes { get; }
   
  Property Value
  
  
    View Source
  
  Id
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  ItemType
  
  
  Declaration
  
    public string ItemType { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |