Click or drag to resize

IViewManagerShowRetryIgnoreCancelPopup Method

Shows "Retry"/"Ignore"/"Cancel" dialog.

Namespace: Resto.Front.Api.UI
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
bool? 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

NullableBoolean
true if "Retry", false if "Ignore", null if "Cancel".
See Also