Add a property field 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 AddField(
	Property p
)
Visual Basic
Public Overridable Function AddField ( _
	p As Property _
) As Integer
Visual C++
public:
virtual int AddField(
	Property^ p
)

Parameters

p
Type: Endeca.Navigation..::..Property
The Property to be added to the end of the FieldList.

Return Value

Index of added field.

See Also