| AbstractCMSPageShowWarning Method | 
            Shows the specified warning message, optionally with a tooltip text.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxpublic virtual void ShowWarning(
	string text,
	string description = null,
	string tooltipText = null,
	bool persistent = true
)
Parameters
- text
- Type: SystemString
 Warning 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
See Also