View Source
Class MemberCacheRefresher.JsonPayload
Assembly: Umbraco.Core.dll
Syntax
public class MemberCacheRefresher.JsonPayload
Constructors
View Source
JsonPayload(int, string?, bool)
Declaration
public JsonPayload(int id, string? username, bool removed)
Parameters
| Type |
Name |
Description |
| int |
id |
|
| string |
username |
|
| bool |
removed |
|
Properties
View Source
Id
Declaration
Property Value
View Source
PreviousUsername
Declaration
public string? PreviousUsername { get; set; }
Property Value
View Source
Removed
Declaration
public bool Removed { get; }
Property Value
View Source
Username
Declaration
public string? Username { get; }
Property Value