View Source
Class ContentTypeCacheRefresher.JsonPayload
Assembly: Umbraco.Core.dll
Syntax
public class ContentTypeCacheRefresher.JsonPayload
Constructors
View Source
JsonPayload(string, int, ContentTypeChangeTypes)
Declaration
public JsonPayload(string itemType, int id, ContentTypeChangeTypes changeTypes)
Parameters
Properties
View Source
ChangeTypes
Declaration
public ContentTypeChangeTypes ChangeTypes { get; }
Property Value
View Source
Id
Declaration
Property Value
View Source
ItemType
Declaration
public string ItemType { get; }
Property Value