Endeca Presentation API
FilterIn Constructor (tableName, lList)
NamespacesEndeca.Navigation.AnalyticsFilterInFilterInFilterInNew(String, LookupList)
Constructs a new FilterIn.
Declaration Syntax
C#Visual BasicVisual C++
public FilterIn(
	string tableName,
	LookupList lList
)
Public Sub New ( _
	tableName As String, _
	lList As LookupList _
)
public:
FilterIn (
	String^ tableName, 
	LookupList^ lList
)
Parameters
tableName (String)
The name of the table. Note that the table names NavStateRecords and AllBaseRecords are reserved and therefore cannot be specified.
lList (LookupList)
A LookupList object that has been populated with lookup expressions (IExpr objects). The LookupList represents a list of expressions that evaluate to a list of values that uniquely identify a record in the table.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0