Delegate HierarchicalPageLoader.GetChildrenMethod
  
  Represents the method that will handle Child page lookup.
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
  
  Constructors
  
  
  
  
  GetChildrenMethod(Object, IntPtr)
  
  
  Declaration
  
    public GetChildrenMethod(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | object |  | 
      
        | System.IntPtr | method |  | 
    
  
  Methods
  
  
  
  
  
  
  
  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
  
  
  
  
  
  
  
  Declaration
  
    public virtual PageDataCollection Invoke(PageReference pageLink)
   
  Parameters
  
  Returns
  
  Extension Methods