Endeca Presentation API
DimValIdList Constructor (ids)
NamespacesEndeca.NavigationDimValIdListDimValIdListDimValIdListNew(String)
Constructor that takes a string-based set of dimension value IDs. The constructor parses and populates the list with the string.
Declaration Syntax
C#Visual BasicVisual C++
public DimValIdList(
	string ids
)
Public Sub New ( _
	ids As String _
)
public:
DimValIdList (
	String^ ids
)
Parameters
ids (String)
Space-delimited sequence of dimension value IDs.
Remarks
The string is expected to be a space-delimited sequence of unsigned ints.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0