GetVersion()
Gets the version number of the currently loaded Arcot plug-in or applet. This function can be used to check if the installed plug-in is latest or old.
aatest
Gets the version number of the currently loaded Arcot plug-in or applet. This function can be used to check if the installed plug-in is latest or old.
Syntax
string GetVersion()
Returns
The version of the Arcot browser plug-in installed on the client system. For example, 4.6.0.0.
Example
<HTML><HEAD><SCRIPT LANGUAGE="JavaScript">var arcotClient = new ArcotClient();var version = arcotClient.GetVersion();