Click or drag to resize

IViewManagerShowYesNoPopup Method

Shows "Yes"/"No" dialog.

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

Parameters

title
Type: SystemString
Dialog title.
message
Type: SystemString
Message text.

Return Value

Type: Boolean
True if "Yes".
See Also