Try our conversational search powered by Generative AI!

Delegate HierarchicalPageLoader.GetChildrenMethod

Represents the method that will handle Child page lookup.

Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public delegate PageDataCollection GetChildrenMethod(PageReference pageLink);
Parameters
Type Name Description
PageReference pageLink

The PageReference whos child pages should be retreived.

Returns
Type Description
PageDataCollection

A PageDataCollection of child pages.

Constructors

GetChildrenMethod(Object, IntPtr)

Declaration
public GetChildrenMethod(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(PageReference, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(PageReference pageLink, AsyncCallback callback, object object)
Parameters
Type Name Description
PageReference pageLink
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual PageDataCollection EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
PageDataCollection

Invoke(PageReference)

Declaration
public virtual PageDataCollection Invoke(PageReference pageLink)
Parameters
Type Name Description
PageReference pageLink
Returns
Type Description
PageDataCollection

Extension Methods