PagePorter Class Library

Navigation.GetSiblingPageIDs Method 

Returns an array of sibling page identifiers.

[Visual Basic]
Public Function GetSiblingPageIDs( _
   ByVal pageID As Integer, _
   ByVal noExcluded As Boolean _
) As Integer()
[C#]
public int[] GetSiblingPageIDs(
   int pageID,
   bool noExcluded
);

Parameters

pageID
The page identifier of the page.
noExcluded
Set to true to exclude pages marked as Excluded.

Return Value

An array of sibling page identifiers.

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace