Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaCacheRefresher.JsonPayload

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

    Constructors

    View Source

    JsonPayload(Int32, Nullable<Guid>, TreeChangeTypes)

    Declaration
    public JsonPayload(int id, Guid? key, TreeChangeTypes changeTypes)
    Parameters
    Type Name Description
    System.Int32 id
    System.Nullable<Guid> key
    TreeChangeTypes changeTypes

    Properties

    View Source

    ChangeTypes

    Declaration
    public TreeChangeTypes ChangeTypes { get; }
    Property Value
    Type Description
    TreeChangeTypes
    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
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • JsonPayload(Int32, Nullable<Guid>, TreeChangeTypes)
    • Properties
      • ChangeTypes
      • Id
      • Key
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX