Class DomainCacheRefresher.JsonPayload
Represents the JSON payload for domain cache refresh operations.
Inheritance
object
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public class DomainCacheRefresher.JsonPayload
Constructors
View SourceJsonPayload(int, DomainChangeTypes)
Initializes a new instance of the DomainCacheRefresher.JsonPayload class.
Declaration
public JsonPayload(int id, DomainChangeTypes changeType)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | The identifier of the domain. |
| DomainChangeTypes | changeType | The type of change that occurred. |
Properties
View SourceChangeType
Gets the type of change that occurred.
Declaration
public DomainChangeTypes ChangeType { get; }
Property Value
| Type | Description |
|---|---|
| DomainChangeTypes |
Id
Gets the identifier of the domain.
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| int |