AbstractUserControlShowError Method |
Shows the specified error message, optionally with a tooltip text.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public virtual void ShowError(
string text,
string description = null,
string tooltipText = null,
bool persistent = true
)
Parameters
- text
- Type: SystemString
Error message text - description (Optional)
- Type: SystemString
Additional description - tooltipText (Optional)
- Type: SystemString
Tooltip text - persistent (Optional)
- Type: SystemBoolean
Indicates if the message is persistent
See Also