Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberCacheRefresher.JsonPayload

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Cache
    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
    public int Id { get; }
    Property Value
    Type Description
    int
    View Source

    PreviousUsername

    Declaration
    public string? PreviousUsername { get; set; }
    Property Value
    Type Description
    string
    View Source

    Removed

    Declaration
    public bool Removed { get; }
    Property Value
    Type Description
    bool
    View Source

    Username

    Declaration
    public string? Username { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX