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

Parameters

commandID
Type: System..::.String
ID of the NavigationCommand or NavigationDataSource to copy.
oDimensionState
Type: System..::.Object
DimensionState to pass to ExpandMore(DimensionState).

Exceptions

ExceptionCondition
System..::.ArgumentException if commandID is null or empty, or if oDimensionState is null or is not a DimensionState instance.

See Also