Creates a new FilterNot.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public FilterNot(
	IFilter filter
)
Visual Basic
Public Sub New ( _
	filter As IFilter _
)
Visual C++
public:
FilterNot(
	IFilter^ filter
)

Parameters

filter
Type: Endeca.Navigation.Analytics..::..IFilter
The filter sub-expression (of type IFilter) for this FilterNot.

Remarks

The FilterNot represents the negation of the filter sub-expression filter.

See Also