Constructor that takes a string-based set of record specifications and parses and populates the list with the string.

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

Syntax

C#
public ERecIdList(
	string ids
)
Visual Basic
Public Sub New ( _
	ids As String _
)
Visual C++
public:
ERecIdList(
	String^ ids
)

Parameters

ids
Type: System..::..String
Space-delimited sequence of record specifications.

Remarks

The string is expected to be a space-delimited sequence of specifications.

See Also