Constructor that takes a string-based set of dimension value IDs. The constructor parses and populates the list with the string.

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

Syntax

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

Parameters

ids
Type: System..::..String
Space-delimited sequence of dimension value IDs.

Remarks

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

See Also