| AbstractUserControlAddInformation Method | 
            Adds information text to existing message on the page.
            
 
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
 Syntax
Syntaxpublic virtual void AddInformation(
	string text,
	string separator = null
)
Parameters
- text
- Type: SystemString
 Information message
- separator (Optional)
- Type: SystemString
 Separator
 See Also
See Also