IViewManagerShowYesNoPopup Method  | 
 Shows "Yes"/"No" dialog.
 
    Namespace: 
   Resto.Front.Api.UI
    Assembly:
   Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxbool ShowYesNoPopup(
	string title,
	string message,
	string yesBtnText = null,
	string noBtnText = null
)
Parameters
- title
 - Type: SystemString
Dialog title. - message
 - Type: SystemString
Message text. - yesBtnText (Optional)
 - Type: SystemString
Yes button text. - noBtnText (Optional)
 - Type: SystemString
No button text. 
Return Value
Type: 
Booleantrue if "Yes".
See Also