Click or drag to resize

RendererRenderPagingLoop Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Content.Items.Rendering
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use RenderPagingSequence instead.")]
protected virtual void RenderPagingLoop(
	Template l,
	int startPage,
	int endPage,
	int currentPage,
	int totalPages,
	string tagPrefix,
	Func<int, string> linkGenerator
)

Parameters

l
Type: Dynamicweb.RenderingTemplate
startPage
Type: SystemInt32
endPage
Type: SystemInt32
currentPage
Type: SystemInt32
totalPages
Type: SystemInt32
tagPrefix
Type: SystemString
linkGenerator
Type: SystemFuncInt32, String
See Also