Creates a new PagingInfoContainer with the given paging helper

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public PagerResultsTemplateContainer(
	PagingInfo pagingInfo
)
Visual Basic (Declaration)
Public Sub New ( _
	pagingInfo As PagingInfo _
)
Visual C++
public:
PagerResultsTemplateContainer(
	PagingInfo^ pagingInfo
)

See Also