Add an item to the FieldList.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual int Add(
	Object item
)
Visual Basic
Public Overridable Function Add ( _
	item As Object _
) As Integer
Visual C++
public:
virtual int Add(
	Object^ item
)

Parameters

item
Type: System..::..Object
The Object to be added to the end of the FieldList.

Return Value

Index of added field.

Implements

IList..::..Add(Object)

See Also