Table of Contents

Class NotificationBarMessage

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

Message to be displayed in the notification bar.

public sealed class NotificationBarMessage
Inheritance
object
NotificationBarMessage
Extension Methods

Properties

MessageTemplate

Message template.

public string MessageTemplate { get; init; }

Property Value

string

Remarks

Message template can contain placeholders in a {#} format for Values to replace them.

Values

Values to be used in the message.

public NotificationBarMessageValue[] Values { get; init; }

Property Value

NotificationBarMessageValue[]

Remarks

Values replaces the placeholders in MessageTemplate in order they are provided.