Class DomainCacheRefresher.JsonPayload
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public class JsonPayload
Constructors
View SourceJsonPayload(Int32, DomainChangeTypes)
Declaration
public JsonPayload(int id, DomainChangeTypes changeType)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id | |
DomainChangeTypes | changeType |
Properties
View SourceChangeType
Declaration
public DomainChangeTypes ChangeType { get; }
Property Value
Type | Description |
---|---|
DomainChangeTypes |
Id
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |