The UploadPackage Property of the AirBEAMSmart ActiveX Object instructs the AirBEAM Smart client to process the package for upload.
UploadPackage (Property of the AirBEAMSmart ActiveX Object) Syntax object.UploadPackage = [parameter];
Parameters
Items listed in this section indicate parameters, or attributes which can be set.
Name Possible Values Description
Default Value strPackageName String The name of the AirBEAM Package to process for upload. N/A
Examples
The following javascript is example code of how to set the UploadPackage property:
<script> var ab = new ActiveXObject("PocketBrowser.AirBEAMSmart"); function doSync() { ab.UploadPackage = 'myPackage'"; setTimeout('ab.Run();', 100); } </script>
Copy example to clipboard
Additional Information
Supported Platforms Windows CE, Windows Mobile Persistence Persists in the AirBEAMSmart Object. Min. Requirements AirBEAM Smart Client.