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