Search Results for

    Show / Hide Table of Contents
    View Source

    Class ElementContainerCacheRefresher.JsonPayload

    Represents a JSON-serializable payload identifying an element container that changed.

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

    Constructors

    View Source

    JsonPayload(int, Guid)

    Initializes a new instance of the ElementContainerCacheRefresher.JsonPayload class.

    Declaration
    public JsonPayload(int id, Guid key)
    Parameters
    Type Name Description
    int id

    The unique integer identifier for the container.

    Guid key

    The unique GUID key associated with the container.

    Properties

    View Source

    Id

    Gets the unique integer identifier for the container.

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

    Key

    Gets the unique GUID key associated with the container.

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