View Source
Class MemberCacheRefresher.JsonPayload
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
Constructors
View Source
JsonPayload(Int32, String, Boolean)
Declaration
public JsonPayload(int id, string username, bool removed)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
System.String |
username |
|
System.Boolean |
removed |
|
Properties
View Source
Id
Declaration
Property Value
Type |
Description |
System.Int32 |
|
View Source
Removed
Declaration
public bool Removed { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Username
Declaration
public string Username { get; }
Property Value
Type |
Description |
System.String |
|