CheckRegistration Method
The CheckRegistration method verifies the registration.
Syntax
[bool=] SiteCafe.Server.CheckRegistration()
|
Return Value
Returns a Boolean value that contains the verification result.
Remarks
Examples
The following example verifies the registration and displays the result.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.Server.CheckRegistration());
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top