Constructor that takes a single ID and makes a record ID list with only one element.

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 string form instead.")]
public ERecIdList(
	long erecId
)
Visual Basic
<ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use a string form instead.")> _
Public Sub New ( _
	erecId As Long _
)
Visual C++
[ObsoleteAttribute(L"This method may not be supported in future versions of the MDEX Engine API. Use a string form instead.")]
public:
ERecIdList(
	long long erecId
)

Parameters

erecId
Type: System..::..Int64
Single record ID member of this list.

See Also