Class MacroCacheRefresher.JsonPayload
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public class JsonPayload
Constructors
View SourceJsonPayload(Int32, String)
Declaration
public JsonPayload(int id, string alias)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | id | |
| System.String | alias |
Properties
View SourceAlias
Declaration
public string Alias { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |