ResetStartSettings Property
The ResetStartSettings property indicates whether the start settings should be reset.
Syntax
SiteKiosk.StartSettings.ResetStartSettings [=bool]
|
Possible Values
Boolean value that specifies or retrieves the reset status.
|
The property is read/write.
Remarks
Examples
The following example determines if the start settings should be reset.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.StartSettings.ResetStartSettings);
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top