IViewManagerShowErrorPopup Method |
Shows dialog with single "Close" button.
Namespace: Resto.Front.Api.UIAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid ShowErrorPopup(
string message,
string closeBtnText = null
)
Parameters
- message String
- Message text.
- closeBtnText String (Optional)
- Close button text.
See Also