IViewManagerShowRetryCancelPopup Method |
Shows "Retry"/"Cancel" dialog.
Namespace: Resto.Front.Api.UIAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxbool ShowRetryCancelPopup(
string title,
string message,
string retryBtnText = null,
string cancelBtnText = null
)
Parameters
- title String
- Dialog title.
- message String
- Message text.
- retryBtnText String (Optional)
- Retry button text.
- cancelBtnText String (Optional)
- Cancel button text.
Return Value
Booleantrue if "Retry".
See Also