Creates the paging controls.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
protected virtual void CreatePagingControls(
	PageDataCollection pages
)

Parameters

pages
Type: EPiServer.Core..::.PageDataCollection
The pages.

See Also