Click or drag to resize
AbstractUserControlAddError Method
Adds error text to existing message on the page.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual void AddError(
	string text,
	string separator = null
)

Parameters

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