The criteria
object specifies the application
to launch.
The criteria
object has three main properties: ApplicationID
, CmdLine
,
and Options
. These are described in the following table.
Properties enclosed in brackets are optional.
Property |
Description |
Type |
Value |
---|---|---|---|
|
Specifies a unique ID for the application binary (EXE or DLL). Use the |
string |
For example: |
|
Specifies a command line argument which is passed to the application being launched. |
string |
|
|
object |
Object with the properties specified below. |
|
|
Specifies whether the launched application is embedded within the application
that called If this property is not specified, the default is |
string |
Possible values:
|
|
Specifies whether a standalone application is launched in the background or foreground. This property is not valid if the If this property is not specified, the default is |
string |
Possible values:
|
|
Specifies the full path, including the file name, to the document to launch. |
string |
For example: |