Gets the paged and filtered children of a specified page Used when retreiving data for a paging data bound control.

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

Syntax

C#
protected internal PageDataCollection GetChildren(
	PageReference pageLink,
	int startIndex,
	int maxRows,
	out int loaded
)

Parameters

pageLink
Type: EPiServer.Core..::.PageReference
The page for which the children should be loaded
startIndex
Type: System..::.Int32
maxRows
Type: System..::.Int32
loaded
Type: System..::.Int32 %

Return Value

A filtered PageDataCollection

See Also