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

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

Parameters

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