ParamBinding for the Np parameter. The Np parameter specifies the number of aggregate records to return with the results. Valid values are: 0 (no records are returned with each aggregated record), 1 (only a single representative record is returned with each aggregate record), and 2 (all records are returned with each aggregated record).

Namespace:  Endeca.Web.Url.Seo.Parameters
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)

Syntax

C#
public class Np : ParamBinding
Visual Basic (Declaration)
Public Class Np _
	Inherits ParamBinding
Visual C++
public ref class Np : public ParamBinding

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url.Seo.Parameters..::.ParamBinding
    Endeca.Web.Url.Seo.Parameters..::.Np

See Also