Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberCacheRefresher.JsonPayload

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public class JsonPayload

    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
    public int Id { get; }
    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • JsonPayload(Int32, String, Boolean)
    • Properties
      • Id
      • Removed
      • Username
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX