Click or drag to resize
IUpdateUIShowYesNoPrompt Method
Causes the user interface to display a yes/no prompt with the specified message.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
YesNoResponse ShowYesNoPrompt(
	string message
)

Parameters

message
Type: SystemString
A message to display to the user.

Return Value

Type: YesNoResponse
A YesNoResponse value indicating the user's response.
See Also