Sets the number of results to return per dimension. DimSearchNumDimValues

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
[ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use setDrc(string) instead.")]
public virtual void SetDp(
	string num
)
Visual Basic
<ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use setDrc(string) instead.")> _
Public Overridable Sub SetDp ( _
	num As String _
)
Visual C++
[ObsoleteAttribute(L"This method may not be supported in future versions of the MDEX Engine API. Use setDrc(string) instead.")]
public:
virtual void SetDp(
	String^ num
)

Parameters

num
Type: System..::..String
Sets the number of values per dimension.

Remarks

Deprecated: This method may not be supported in future versions of the MDEX Engine API. Use setDrc(string) instead.

Exceptions

ExceptionCondition
Endeca.Navigation..::..UrlENEQueryParseException If unable to parse the number of results per dimension.

See Also