UFT Pro (LeanFT) .NET SDK Reference, Version 14.03
FilterBy(String,String[]) Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
HP.LFT.SDK.SAP.UI5 Namespace
>
IDesktopFacetFilterBehavior Interface
>
FilterBy Method
: FilterBy(String,String[]) Method
The name of the list in which to select filter values.
A list of key names to select in the list.
Invokes the specified filter according to the specified keys.
Syntax
C#
void
FilterBy(
string
filterListTitle
,
params
string
[]
keys
)
Parameters
filterListTitle
The name of the list in which to select filter values.
keys
A list of key names to select in the list.