Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCacheRefresher.JsonPayload

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

    Properties

    View Source

    Blueprint

    Declaration
    public bool Blueprint { get; init; }
    Property Value
    Type Description
    bool
    View Source

    ChangeTypes

    Declaration
    public TreeChangeTypes ChangeTypes { get; init; }
    Property Value
    Type Description
    TreeChangeTypes
    View Source

    Id

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

    Key

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

    PublishedCultures

    Declaration
    public string[]? PublishedCultures { get; init; }
    Property Value
    Type Description
    string[]
    View Source

    UnpublishedCultures

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