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