IViewManagerShowErrorPopup Method |
Shows dialog with single "Close" button.
Namespace:
Resto.Front.Api.UI
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax void ShowErrorPopup(
string message,
string closeBtnText = null
)
Parameters
- message
- Type: SystemString
Message text. - closeBtnText (Optional)
- Type: SystemString
Close button text.
See Also