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.
string GetVersion()
The version of the Arcot browser plug-in installed on the client system. For example, 4.6.0.0.
<HTML> <HEAD> <SCRIPT LANGUAGE="JavaScript"> var arcotClient = new ArcotClient(); var version = arcotClient.GetVersion();
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|