BasicFormShowConfirmation Method |
Shows the general changes saved message.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax public virtual void ShowConfirmation(
string text,
bool persistent = false
)
Parameters
- text
- Type: SystemString
Custom text - persistent (Optional)
- Type: SystemBoolean
Indicates if the message is persistent
See Also