IViewManagerShowRetryCancelPopup Method |
Shows "Retry"/"Cancel" dialog.
Namespace:
Resto.Front.Api.UI
Assembly:
Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax bool ShowRetryCancelPopup(
string title,
string message,
string retryBtnText = null,
string cancelBtnText = null
)
Parameters
- title
- Type: SystemString
Dialog title. - message
- Type: SystemString
Message text. - retryBtnText (Optional)
- Type: SystemString
Retry button text. - cancelBtnText (Optional)
- Type: SystemString
Cancel button text.
Return Value
Type:
Booleantrue if "Retry".
See Also