Class MediaCacheRefresher.JsonPayload
Inheritance
object
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public class MediaCacheRefresher.JsonPayload
Constructors
View SourceJsonPayload(int, Guid?, TreeChangeTypes)
Declaration
public JsonPayload(int id, Guid? key, TreeChangeTypes changeTypes)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | |
| Guid? | key | |
| TreeChangeTypes | changeTypes |
Properties
View SourceChangeTypes
Declaration
public TreeChangeTypes ChangeTypes { get; }
Property Value
| Type | Description |
|---|---|
| TreeChangeTypes |
Id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| int |
Key
Declaration
public Guid? Key { get; }
Property Value
| Type | Description |
|---|---|
| Guid? |