Adds a record ID to the list.

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

Syntax

C#
[ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use a AddERecSpec instead.")]
public virtual void AddERecId(
	long id
)
Visual Basic
<ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use a AddERecSpec instead.")> _
Public Overridable Sub AddERecId ( _
	id As Long _
)
Visual C++
[ObsoleteAttribute(L"This method may not be supported in future versions of the MDEX Engine API. Use a AddERecSpec instead.")]
public:
virtual void AddERecId(
	long long id
)

Parameters

id
Type: System..::..Int64
ID to add to the list.

See Also