AbstractCMSPageShowConfirmation Method |
Shows the general confirmation message.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public 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