Returns the string form of this
FilterOr.

Declaration Syntax
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString () override

Return Value
The string format of this
FilterOr.

Remarks
The
FilterOr format is:
CopyC#
(<i>filter1</i> OR <i>filter2</i> ...)
where each
filter is the string form of an
IFilter.
Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0