Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeCacheRefresher.JsonPayload

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

    Constructors

    View Source

    JsonPayload(String, Int32, ContentTypeChangeTypes)

    Declaration
    public JsonPayload(string itemType, int id, ContentTypeChangeTypes changeTypes)
    Parameters
    Type Name Description
    System.String itemType
    System.Int32 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
    System.Int32
    View Source

    ItemType

    Declaration
    public string ItemType { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • JsonPayload(String, Int32, ContentTypeChangeTypes)
    • Properties
      • ChangeTypes
      • Id
      • ItemType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX