Endeca Presentation API
ToString Method
NamespacesEndeca.Navigation.AnalyticsFilterNotToString()()
Returns the string form of this FilterNot.
Declaration Syntax
C#Visual BasicVisual C++
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString () override
Return Value
The string form of this FilterNot.
Remarks
The FilterNot format is:
CopyC#
NOT(<i>subfilter</i>)
where subfilter is the filter sub-expression.
Examples
This string:
CopyC#
NOT("SalesTotal" "FilterCompare.GT" "10000")
is returned if a NOT operation is performed on the result of the GREATER THAN comparison.

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