diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-A509AD23-015E-44D9-97EB-895A75593C87.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-A509AD23-015E-44D9-97EB-895A75593C87.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,107 @@ + + +Criteria for +retrieving information about applications

Criteria for +retrieving information about applications

+

The criteria object specifies what information +is returned about applications on the mobile device.

+

The criteria object has two main properties: Type and Filter. +These are described in the following table. Properties enclosed in brackets +are optional.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table: Criteria object properties
+

Property

+
+

Description

+
+

Type

+
+

Value

+
+

criteria.Type

+
+

Specifies the type of application:

+
    +
  • "UserInstalledPackage" retrieves information +about user-installed applications only. User-installed applications include +either the application and the supporting DLL or the DLLs only.

  • +
  • "Application" retrieves information +about all applications on the mobile device, regardless of whether they were +preinstalled or installed by the user.

  • +
+
+

string

+
+

Possible values:

+
    +
  • "UserInstalledPackage"

  • +
  • "Application"

  • +
+
+

[criteria.Filter]

+
+

Specifies the criteria to use in determining which applications to retrieve +information about.

+

This property is valid only if criteria.Type has value "Application"; +it is ignored for "UserInstalledPackage".

+

If not specified for "Application", information +about all applications on the mobile device is retrieved.

+
+

object

+
+

Object with the properties specified below

+
+

[criteria.Filter.DocumentPath]

+
+

Specifies the full path and file of a document.

+

AppManager determines what applications to get information about from +the document name.

+

If both DocumentPath and MIMEType are +specified, DocumentPath takes precedence.

+
+

string

+
+

For example: "c:\\data\\abcd.txt"

+
+

[criteria.Filter.MIMEType]

+
+

Specifies a MIME type for the applications to get information about.

+

If both DocumentPath and MIMEType are +specified, DocumentPath takes precedence.

+
+

string

+
+

For example: "image/jpeg"

+
\ No newline at end of file