Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaCacheRefresher.JsonPayload

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

    Constructors

    View Source

    JsonPayload(int, Guid?, TreeChangeTypes)

    Declaration
    public JsonPayload(int id, Guid? key, TreeChangeTypes changeTypes)
    Parameters
    Type Name Description
    int id
    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
    int
    View Source

    Key

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