Class MemberGroupCacheRefresher.JsonPayload
Represents the JSON payload for member group cache refresh operations.
Inheritance
object
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public class MemberGroupCacheRefresher.JsonPayload
Constructors
View SourceJsonPayload(int, string)
Initializes a new instance of the MemberGroupCacheRefresher.JsonPayload class.
Declaration
public JsonPayload(int id, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | The identifier of the member group. |
| string | name | The name of the member group. |
Properties
View SourceId
Gets the identifier of the member group.
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Gets the name of the member group.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |