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