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