Delete Method
The Delete method deletes a computer.
Syntax
SiteCafe.Server.Computers.Delete(index)
|
Parameters
index |
Long value that specifies the computer index. |
Return Value
Remarks
Examples
The following example deletes the first available computer.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteCafe.Server.Computers.Delete(1);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top