Returns the value of calling SelectDimensionValue(String, Object, Action<(Of <(NameValueCollection>)>)), passing null for the action delegate.

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public string SelectDimensionValue(
	string commandID,
	Object oDimensionValue
)
Visual Basic (Declaration)
Public Function SelectDimensionValue ( _
	commandID As String, _
	oDimensionValue As Object _
) As String
Visual C++
public:
String^ SelectDimensionValue(
	String^ commandID, 
	Object^ oDimensionValue
)

Parameters

commandID
Type: System..::.String
ID of the NavigationCommand or NavigationDataSource to copy.
oDimensionValue
Type: System..::.Object
DimensionValue to select.

Exceptions

ExceptionCondition
System..::.ArgumentException if commandID is null or empty, or if oDimensionValue is null or is not a DimensionValue instance.

See Also