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

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