AbstractUserControlShowConfirmation Method |
Shows the general confirmation message.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax public virtual 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