Click or drag to resize
BasicFormAddError Method
Adds error 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 AddError(
	string text,
	string separator = null
)

Parameters

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