Endeca Presentation and Logging APIs
Initializes a new instance of the ERecIdList class

Namespace:  Endeca.Navigation
Assembly:  Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.1.4.0 (6.1.4.3290)

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 (Declaration)
<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

[Missing <param name="erecId"/> documentation for "M:Endeca.Navigation.ERecIdList.#ctor(System.Int64)"]

See Also