Sets the number of records per aggregated record. NavERecsPerAggrERec

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public virtual void SetNp(
	string num
)
Visual Basic
Public Overridable Sub SetNp ( _
	num As String _
)
Visual C++
public:
virtual void SetNp(
	String^ num
)

Parameters

num
Type: System..::..String
Where num is one of the values: ALL_ERECS_PER_AGGR, ONE_EREC_PER_AGGR, or ZERO_ERECS_PER_AGGR

Exceptions

ExceptionCondition
Endeca.Navigation..::..UrlENEQueryParseException If unable to parse the number of records per aggregated record.

See Also