View Source
Class ContentCacheRefresher.JsonPayload
Assembly: Umbraco.Core.dll
Syntax
public class ContentCacheRefresher.JsonPayload
Properties
View Source
Blueprint
Declaration
public bool Blueprint { get; init; }
Property Value
View Source
ChangeTypes
Declaration
public TreeChangeTypes ChangeTypes { get; init; }
Property Value
View Source
Id
Declaration
public int Id { get; init; }
Property Value
View Source
Key
Declaration
public Guid? Key { get; init; }
Property Value
View Source
PublishedCultures
Declaration
public string[]? PublishedCultures { get; init; }
Property Value
| Type |
Description |
| string[] |
|
View Source
UnpublishedCultures
Declaration
public string[]? UnpublishedCultures { get; init; }
Property Value
| Type |
Description |
| string[] |
|