ABTestMessagesWriterShowMessageHandler Delegate |
Shows the specified message, optionally with a tooltip text and description.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax public delegate void ShowMessageHandler(
MessageTypeEnum type,
string text,
string description = null,
string tooltipText = null,
bool persistent = true
)
Parameters
- type
- Type: CMS.ExtendedControlsMessageTypeEnum
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