Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeCacheRefresher.JsonPayload

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

    Constructors

    View Source

    JsonPayload(string, int, ContentTypeChangeTypes)

    Declaration
    public JsonPayload(string itemType, int id, ContentTypeChangeTypes changeTypes)
    Parameters
    Type Name Description
    string itemType
    int id
    ContentTypeChangeTypes changeTypes

    Properties

    View Source

    ChangeTypes

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

    Id

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

    ItemType

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