Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberCacheRefresher.JsonPayload

    Represents the JSON payload for member cache refresh operations.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberCacheRefresher.JsonPayload

    Constructors

    View Source

    JsonPayload(int, string?, bool)

    Initializes a new instance of the MemberCacheRefresher.JsonPayload class.

    Declaration
    public JsonPayload(int id, string? username, bool removed)
    Parameters
    Type Name Description
    int id

    The identifier of the member.

    string username

    The username of the member.

    bool removed

    Whether the member was removed.

    Properties

    View Source

    Id

    Gets the identifier of the member.

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    int
    View Source

    PreviousUsername

    Gets or sets the previous username of the member, if changed.

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

    Removed

    Gets a value indicating whether the member was removed.

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

    Username

    Gets the username of the member.

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