PagePorter Class Library

Navigation.GetParentPageID Method (Int32)

Returns the page identifier of a page's parent, specified by a page identifier.

[Visual Basic]
Overloads Public Function GetParentPageID( _
   ByVal pageID As Integer _
) As Integer
[C#]
public int GetParentPageID(
   int pageID
);

Parameters

pageID
The identifier of the page.

Return Value

The page identifier of the parent page.

Remarks

This method ignores pages marked as Excluded.

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace | Navigation.GetParentPageID Overload List