View Source
  Class ContentCacheRefresher.JsonPayload
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
  Properties
  
  
    View Source
  
  Blueprint
  
  
  Declaration
  
    public bool Blueprint { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  ChangeTypes
  
  
  Declaration
  
    public TreeChangeTypes ChangeTypes { get; set; }
   
  Property Value
  
  
    View Source
  
  Id
  
  
  Declaration
  
    public int Id { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  Key
  
  
  Declaration
  
    public Guid? Key { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<Guid> |  | 
    
  
  
    View Source
  
  PublishedCultures
  
  
  Declaration
  
    public string[] PublishedCultures { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String[] |  | 
    
  
  
    View Source
  
  UnpublishedCultures
  
  
  Declaration
  
    public string[] UnpublishedCultures { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String[] |  |