Removes all the elements from the RefinementConfigList.

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

Syntax

C#
public virtual void Clear()
Visual Basic
Public Overridable Sub Clear
Visual C++
public:
virtual void Clear()

Implements

IList..::..Clear()()()()

Exceptions

ExceptionCondition
System..::..NotSupportedException The RefinementConfigList is read-only.

-or-

The RefinementConfigList has a fixed-size.

See Also