VersionString Property
The VersionString property contains the SiteKiosk Configuration Wizard version string.
Syntax
[str=] SiteKioskConfig.VersionString
|
Possible Values
String that retrieves the version name.
|
The property is read only.
Remarks
Examples
The following example shows the current version string in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKioskConfig.VersionString);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top