Endeca Presentation API
Add Method (obj)
NamespacesEndeca.Navigation.AnalyticsGroupByListAdd(Object)
Appends a GroupBy object to the end of the collection.
Declaration Syntax
C#Visual BasicVisual C++
public void Add(
	Object obj
)
Public Sub Add ( _
	obj As Object _
)
public:
virtual void Add (
	Object^ obj
) sealed
Parameters
obj (Object)
The GroupBy object to be added.
Exceptions
ExceptionCondition
ArgumentNullException If obj is a null reference.
ArgumentException If obj is not a GroupBy object.

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