diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-5614CFF0-EF37-46DD-A89D-C2AD6122F6A5.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-5614CFF0-EF37-46DD-A89D-C2AD6122F6A5.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,164 @@ + + +
The ReturnValue
property returned by GetList
is an iterator containing the requested application information.
+Each item (object) in the iterator corresponds to information about one mobile
+device application or user-installed application, depending on what
+type of application information was requested.
The following table describes the information returned for mobile device +applications.
+
+ Property + |
+ Description + |
+ Value type + |
+ Type + |
---|---|---|---|
+
|
+
+ Contains a unique ID for the application binary (EXE or DLL). + |
++ |
+ string + |
+
+
|
+
+ Contains the path of the application. For example, |
++ |
+ string + |
+
+
|
+
+ Contains the title of the application. + |
++ |
+ string + |
+
+
|
+
+ Contains the short title of the application. For example, the short +caption may be displayed beneath an icon on the mobile device. + |
++ |
+ string + |
+
The following table describes the information returned for user-installed +applications.
+
+ Property + |
+ Description + |
+ Value type + |
+ Type + |
---|---|---|---|
+
|
+
+ Contains the name of the application. For example, the package name +may be displayed in a menu on the mobile device. + |
++ |
+ string + |
+
+
|
+
+ Contains the version of the application. +The version consists of two parts: +
For example, 1.01, where 1 is the major part and .02 is the minor part. + |
++ |
+ string + |
+
+
|
+
+ Contains a unique ID for the application binary (EXE or DLL). + |
++ |
+ string + |
+
+
|
+
+ Contains the vendor of the application. + |
++ |
+ string + |
+
+
|
+
+ Contains the drive where the application is installed. + |
++ |
+ string + |
+