Click or drag to resize

IViewManagerShowRetryIgnoreCancelPopup 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: SystemString
Dialog title.
message
Type: SystemString
Message text.

Return Value

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