AbstractUserControlShowMessage Method (MessageTypeEnum, String, String, String, Boolean, Boolean) |
Shows the specified message, optionally with a tooltip text.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax protected virtual void ShowMessage(
MessageTypeEnum type,
string text,
string description,
string tooltipText,
bool persistent,
bool useBasicStylesOnLiveSite
)
Parameters
- type
- Type: CMS.Base.Web.UIMessageTypeEnum
Message type - text
- Type: SystemString
Message text - description
- Type: SystemString
Additional description - tooltipText
- Type: SystemString
Tooltip text - persistent
- Type: SystemBoolean
Indicates if the message is persistent - useBasicStylesOnLiveSite
- Type: SystemBoolean
Indicates whether the message should use the basic styles when used on live site
See Also