Class MemberGroupCacheRefresher.JsonPayload
Inheritance
object
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public class MemberGroupCacheRefresher.JsonPayload
Constructors
View SourceJsonPayload(int, string)
Declaration
public JsonPayload(int id, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | |
| string | name |
Properties
View SourceId
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |