Table of Contents

Class NotificationBarMessageWithType

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

The notification bar

public sealed class NotificationBarMessageWithType
Inheritance
object
NotificationBarMessageWithType
Extension Methods

Constructors

NotificationBarMessageWithType()

Initializes a new instance of the NotificationBarMessageWithType class with a new unique identifier.

public NotificationBarMessageWithType()

Properties

Id

Unique identifier of the notification bar message.

public Guid Id { get; }

Property Value

Guid

Message

Message to be displayed in the notification bar.

public NotificationBarMessage Message { get; init; }

Property Value

NotificationBarMessage

Type

The message bar type.

public NotificationBarType Type { get; init; }

Property Value

NotificationBarType