Returns the value of calling SelectDisconnectedDimensionValue(String, Object, 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 SelectDisconnectedDimensionValue(
	string commandID,
	Object oDisconnectedDimensionValue,
	Object oRecord
)
Visual Basic (Declaration)
Public Function SelectDisconnectedDimensionValue ( _
	commandID As String, _
	oDisconnectedDimensionValue As Object, _
	oRecord As Object _
) As String
Visual C++
public:
String^ SelectDisconnectedDimensionValue(
	String^ commandID, 
	Object^ oDisconnectedDimensionValue, 
	Object^ oRecord
)

Parameters

commandID
Type: System..::.String
ID of the NavigationCommand or NavigationDataSource to copy.
oDisconnectedDimensionValue
Type: System..::.Object
DisconnectedDimensionValue to pass to SelectDimensionValue(DimensionValue).
oRecord
Type: System..::.Object
Record to look up the oDisconnectedDimensionValue to find a fully constructed DimensionValue.

Return Value

See Also