PagePorter Class Library

FpLinkBar.GetSiblingPages Method 

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

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

Parameters

pageID
The page ID of the page whose sibilings are returned.

Return Value

The array of NavigationPage objects that are children of the specified page ID, excluding the "home" page, if it exists. If pageID represents a global page, this method returns a zero-length array.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace