Table of Contents

Class BaseMessage

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

Base class for messages displayed in the administration UI.

public abstract class BaseMessage
Inheritance
object
BaseMessage
Derived
Extension Methods

Constructors

BaseMessage()

protected BaseMessage()

Properties

Message

Text of the message.

public string Message { get; set; }

Property Value

string

MessageAsHtml

Indicates whether Message contains HTML markup that should be rendered as HTML in the administration UI.

public bool MessageAsHtml { get; set; }

Property Value

bool