PagePorter Class Library

FpLinkBar.GetChildPages Method 

Returns an array of NavigationPage objects that are children of the specified page ID.

[Visual Basic]
Protected Function GetChildPages( _
   ByVal parentID As Integer _
) As NavigationPage()
[C#]
protected NavigationPage[] GetChildPages(
   int parentID
);

Parameters

parentID
The page ID of the parent page. Zero returns the array of global pages.

Return Value

The array of NavigationPage objects that are children of the specified page ID, excluding the "home" page, if it exists.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace