Search Results for

    Show / Hide Table of Contents
    View Source

    Class NotificationHeaderModel

    This is the format when communicating notification messages to the API consumers.

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.ViewModels
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public sealed class NotificationHeaderModel
    Remarks

    The class is made public on purpose, to make it clear that changing it might constitute a breaking change towards API consumers.

    Properties

    View Source

    Category

    Declaration
    public required string Category { get; init; }
    Property Value
    Type Description
    string
    View Source

    Message

    Declaration
    public required string Message { get; init; }
    Property Value
    Type Description
    string
    View Source

    Type

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