Gets and sets the number of values returned from each dimension for value search.

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 DimSearchRefinementConfigs instead.")]
public virtual int DimSearchNumDimValues { get; set; }
Visual Basic
<ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use DimSearchRefinementConfigs instead.")> _
Public Overridable Property DimSearchNumDimValues As Integer
	Get
	Set
Visual C++
[ObsoleteAttribute(L"This method may not be supported in future versions of the MDEX Engine API. Use DimSearchRefinementConfigs instead.")]
public:
virtual property int DimSearchNumDimValues {
	int get ();
	void set (int value);
}

Field Value

Number of values returned from each dimension. -1 indicates all and is the default.

Remarks

Defaults to all (DIM_SEARCH_ALL_DIM_VALUES). Deprecated: This method may not be available in future versions of the Presentation API. Use DimSearchRefinementConfigs.GlobalDimSearchRefinementConfig.NumResults instead.

See Also