GSelectionDialog::addFilter
Description
In BBj 11.00 and higher, this method adds a document filter for the Google document dialog.
Syntax
| Return Value | Method |
|---|---|
|
void |
addFilter(String filterName, BBjVector filter) |
Parameters
| Parameter | Description |
|---|---|
|
filterName |
Specifies the unique name of the filter to add. |
|
filter |
Specifies a BBjVector that contains the document types to filter. |
Return Values
None.
Example
|