IViewManagerShowRetryIgnoreCancelPopup Method |
Shows "Retry"/"Ignore"/"Cancel" dialog.
Namespace: Resto.Front.Api.UIAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxbool? ShowRetryIgnoreCancelPopup(
string title,
string message,
string retryBtnText = null,
string ignoreBtnText = null,
string cancelBtnText = null
)
Parameters
- title String
- Dialog title.
- message String
- Message text.
- retryBtnText String (Optional)
- Retry button text.
- ignoreBtnText String (Optional)
- Ignore button text.
- cancelBtnText String (Optional)
- Cancel button text.
Return Value
NullableBooleantrue if "Retry",
false if "Ignore",
null if "Cancel".
See Also