View Source
Class ContentCacheRefresher.JsonPayload
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
Constructors
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<System.Guid> |
key |
|
TreeChangeTypes |
changeTypes |
|
View Source
JsonPayload(Int32, TreeChangeTypes)
Declaration
[Obsolete("Use the constructor specifying a GUID instead, using this constructor will result in not refreshing all caches")]
public JsonPayload(int id, TreeChangeTypes changeTypes)
Parameters
Properties
View Source
ChangeTypes
Declaration
public TreeChangeTypes ChangeTypes { get; }
Property Value
View Source
Id
Declaration
Property Value
Type |
Description |
System.Int32 |
|
View Source
Key
Declaration
public Guid? Key { get; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|