Click or drag to resize

IViewManager.ShowRetryIgnoreCancelPopup Method

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

Namespace:  Resto.Front.Api.UI
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
bool? ShowRetryIgnoreCancelPopup(
	string title,
	string message
)

Parameters

title
Type: System.String
Dialog title.
message
Type: System.String
Message text.

Return Value

Type: Nullable<Boolean>
true if "Retry", false if "Ignore", null if "Cancel".
See Also