PagePorter Class Library

Navigation.GetParentPageID Method (String)

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

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

Parameters

url
The URL of the page.

Return Value

The page identifier of the parent page.

Remarks

This method ignores pages marked as Excluded. Pages marked as NavSequence are never included in the array of Custom Link Bar page identifiers.

See Also

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