BasicFormShowConfirmation Method |
Shows the general changes saved message.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
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