ABTestMessagesWriterShowMessageHandler Delegate |
Shows the specified message, optionally with a tooltip text and description.
Namespace: CMS.OnlineMarketing.Web.UIAssembly: CMS.OnlineMarketing.Web.UI (in CMS.OnlineMarketing.Web.UI.dll) Version: 12.0.0
Syntax public delegate void ShowMessageHandler(
MessageTypeEnum type,
string text,
string description = null,
string tooltipText = null,
bool persistent = true
)
Parameters
- type
- Type: CMS.Base.Web.UIMessageTypeEnum
Message type - text
- Type: SystemString
Message text - description (Optional)
- Type: SystemString
Additional description - tooltipText (Optional)
- Type: SystemString
Tooltip text - persistent (Optional)
- Type: SystemBoolean
Indicates if the message is persistent
See Also