Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeCacheRefresher.JsonPayload

    Represents the JSON payload for content type cache refresh operations.

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

    Constructors

    View Source

    JsonPayload(string, int, ContentTypeChangeTypes)

    Initializes a new instance of the ContentTypeCacheRefresher.JsonPayload class.

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

    The type name of the content type.

    int id

    The identifier of the content type.

    ContentTypeChangeTypes changeTypes

    The types of changes that occurred.

    Properties

    View Source

    ChangeTypes

    Gets the types of changes that occurred.

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

    Id

    Gets the identifier of the content type.

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

    ItemType

    Gets the type name of the content type (e.g., IContentType, IMediaType, IMemberType).

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