List of record specifications. Primarily used to generate URLs and MDEX Engine queries.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
[SerializableAttribute]
public class ERecIdList : IList, ICollection, 
	IEnumerable
Visual Basic
<SerializableAttribute> _
Public Class ERecIdList _
	Implements IList, ICollection, IEnumerable
Visual C++
[SerializableAttribute]
public ref class ERecIdList : IList, 
	ICollection, IEnumerable

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..ERecIdList

See Also