| AbstractCMSPageShowConfirmation Method | 
            Shows the general confirmation message.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxpublic void ShowConfirmation(
	string text,
	bool persistent = false
)
Parameters
- text
- Type: SystemString
 Custom message
- persistent (Optional)
- Type: SystemBoolean
 Indicates if the message is persistent
 See Also
See Also