Click or drag to resize
BasicFormAddWarning Method
Adds warning text to existing message on the page.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public virtual void AddWarning(
	string text,
	string separator = null
)

Parameters

text
Type: SystemString
Information message
separator (Optional)
Type: SystemString
Separator
See Also