Search Results for

    Show / Hide Table of Contents
    View Source

    Class DomainCacheRefresher.JsonPayload

    Represents the JSON payload for domain cache refresh operations.

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

    Constructors

    View Source

    JsonPayload(int, DomainChangeTypes)

    Initializes a new instance of the DomainCacheRefresher.JsonPayload class.

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

    The identifier of the domain.

    DomainChangeTypes changeType

    The type of change that occurred.

    Properties

    View Source

    ChangeType

    Gets the type of change that occurred.

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

    Id

    Gets the identifier of the domain.

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