Click or drag to resize
AbstractUserControl.ShowWarning Method
Shows the specified warning message, optionally with a tooltip text.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public 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