| AbstractCMSPageAddWarning Method | 
            Adds warning text to existing message on the page.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic virtual void AddWarning(
	string text,
	string separator = null
)
Parameters
- text
- Type: SystemString
 Information message
- separator (Optional)
- Type: SystemString
 Separator
 See Also
See Also