Table of Contents

Class StickyBannerData

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

Properties of the sticky banner.

public sealed class StickyBannerData
Inheritance
object
StickyBannerData
Extension Methods

Properties

BannerType

Type of the license banner.

public StickyBannerType BannerType { get; init; }

Property Value

StickyBannerType

Message

Message shown in the license banner.

public string Message { get; init; }

Property Value

string

MessageAsHtml

Indicates that the message should be rendered as html.

public bool MessageAsHtml { get; init; }

Property Value

bool