MessagesPlaceHolderShowWarning Method |
Shows the specified warning message, optionally with a tooltip text.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public void ShowWarning(
string text,
string description = null,
string tooltipText = null
)
Parameters
- text
- Type: SystemString
Warning message text - description (Optional)
- Type: SystemString
Additional description - tooltipText (Optional)
- Type: SystemString
Tooltip text
See Also