AbstractUserControl.ShowWarning Method |
Shows the specified warning 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
Syntaxpublic virtual void ShowWarning(
string text,
string description = null,
string tooltipText = null,
bool persistent = true
)
Parameters
- text
- Type: System.String
Warning message text - description (Optional)
- Type: System.String
Additional description - tooltipText (Optional)
- Type: System.String
Tooltip text - persistent (Optional)
- Type: System.Boolean
Indicates if the message is persistent
See Also