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