GetFilter method: SearchFilterGenerator class

Syntax

GetFilter()

Description

Use the GetFilter method to return the root filter (the first element of the filter array) for the specified SearchFilterGenerator object.

Parameters

None.

Returns

A SearchFilter object.

Example

&Flt = &SFG2.GetFilter();

Related Topics