Create a paging link and add it to the controls collection.

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

Syntax

C#
protected virtual LinkButton AddUnselectedPagingLink(
	int pagingIndex,
	string text,
	string altText,
	bool visible
)

Parameters

pagingIndex
Type: System..::.Int32
Index of the paging link, 1 is first paging item, 2 second and so on.
text
Type: System..::.String
The text displayed in the paging link
altText
Type: System..::.String
Alternate text, displayed when hovering over link with mouse cursor
visible
Type: System..::.Boolean
Indicates if link should be visible

Return Value

The paging link that was created

See Also