EnableCodes Property
The EnableCodes property indicates whether code login is enabled.
Syntax
SiteCafe.Server.Config.EnableCodes [=bool]
|
Possible Values
Boolean value that specifies or retrieves the code login status.
|
The property is read/write.
Remarks
Examples
The following example determines whether code login is enabled and displays it.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.Server.Config.EnableCodes);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top