Represents the method that will handle Child page lookup.

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

Syntax

C#
public delegate PageDataCollection GetChildrenMethod(
	PageReference pageLink
)

Parameters

pageLink
Type: EPiServer.Core..::.PageReference
The PageReference whos child pages should be retreived.

Return Value

A PageDataCollection of child pages.

See Also