Retrieves the complete set of DimensionValues of the DimensionState specified by the context path if it has more values to show.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public void ExpandMore(
	string contextPath
)
Visual Basic (Declaration)
Public Sub ExpandMore ( _
	contextPath As String _
)
Visual C++
public:
void ExpandMore(
	String^ contextPath
)

Parameters

contextPath
Type: System..::.String
The context path which identifies the DimensionState whose values should be retrieved

See Also