Search Results for

    Show / Hide Table of Contents
    View Source

    Class DomainCacheRefresher.JsonPayload

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

    Constructors

    View Source

    JsonPayload(Int32, DomainChangeTypes)

    Declaration
    public JsonPayload(int id, DomainChangeTypes changeType)
    Parameters
    Type Name Description
    System.Int32 id
    DomainChangeTypes changeType

    Properties

    View Source

    ChangeType

    Declaration
    public DomainChangeTypes ChangeType { get; }
    Property Value
    Type Description
    DomainChangeTypes
    View Source

    Id

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