Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeCacheRefresher.JsonPayload

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

    Constructors

    View Source

    JsonPayload(Int32, Guid, Boolean)

    Declaration
    public JsonPayload(int id, Guid key, bool removed)
    Parameters
    Type Name Description
    System.Int32 id
    Guid key
    System.Boolean removed

    Properties

    View Source

    Id

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

    Key

    Declaration
    public Guid Key { get; }
    Property Value
    Type Description
    Guid
    View Source

    Removed

    Declaration
    public bool Removed { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • JsonPayload(Int32, Guid, Boolean)
    • Properties
      • Id
      • Key
      • Removed
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX