Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
CheckAndUpdate Method (autoUpdate, askShutdown, acknowledgeDialog)
NamespacesGenesyslab.Desktop.Modules.Windows.UpdateIUpdateManagerCheckAndUpdate(Boolean, Boolean, Boolean)
Checks and updates the application.
Declaration Syntax
C#Visual BasicVisual C++
void CheckAndUpdate(
	bool autoUpdate,
	bool askShutdown,
	bool acknowledgeDialog
)
Sub CheckAndUpdate ( _
	autoUpdate As Boolean, _
	askShutdown As Boolean, _
	acknowledgeDialog As Boolean _
)
void CheckAndUpdate(
	bool autoUpdate, 
	bool askShutdown, 
	bool acknowledgeDialog
)
Parameters
autoUpdate (Boolean)
If set to true, an automatic update will occur. If false, the following dialog will be displayed: "An update is available. Would you like to update the application now?
askShutdown (Boolean)
If set to true, a prompt appears asking yes or no to restart the application immediately. If false, a dialog with only an Ok button hinting to restart is displayed.
acknowledgeDialog (Boolean)
If set to true a dialog is displayed prompting you to acknowledge that the updates are not available. If false, no dialog is displayed.

Assembly: Genesyslab.Desktop.Modules.Windows (Module: Genesyslab.Desktop.Modules.Windows) Version: 8.0.2.15 (8.0.002.15)