Returns the value of calling SelectParentDimensionValue(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.1.0 (2.1.1.620)

Syntax

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

Parameters

commandID
Type: System..::.String
ID of the NavigationCommand or NavigationDataSource to copy.
oDimensionValue
Type: System..::.Object
DimensionValue to pass to SelectParentDimensionValue(DimensionValue).

Exceptions

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

See Also