Add a field to the FieldList by name.

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

Syntax

C#
public virtual int AddField(
	string f
)
Visual Basic
Public Overridable Function AddField ( _
	f As String _
) As Integer
Visual C++
public:
virtual int AddField(
	String^ f
)

Parameters

f
Type: System..::..String
The String to be added to the end of the FieldList.

Return Value

Index of added field.

See Also