Sets the number of results to return per dimension.
DimSearchNumDimValues
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
Syntax
| C# |
|---|
public virtual void SetDp( string num ) |
| Visual Basic |
|---|
Public Overridable Sub SetDp ( _ num As String _ ) |
| Visual C++ |
|---|
public: virtual void SetDp( String^ num ) |
Parameters
- num
- Type: System..::..String
Sets the number of values per dimension.
Exceptions
| Exception | Condition |
|---|---|
| Endeca.Navigation..::..UrlENEQueryParseException | If unable to parse the number of results per dimension. |