View Source
Class ContentCacheRefresher.JsonPayload
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
Constructors
View Source
JsonPayload()
Declaration
View Source
JsonPayload(Int32, Nullable<Guid>, TreeChangeTypes)
Declaration
public JsonPayload(int id, Guid? key, TreeChangeTypes changeTypes)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
System.Nullable<Guid> |
key |
|
TreeChangeTypes |
changeTypes |
|
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> |
|