Class MemberGroupCacheRefresher.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 name)
Parameters
Type | Name | Description |
---|---|---|
System. |
id | |
System. |
name |
Properties
View SourceId
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
System. |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System. |