PagePorter Class Library

Navigation.IsUrlInLinkBar Method 

Determines if a url is part of a custom link bar.

[Visual Basic]
Public Function IsUrlInLinkBar( _
   ByVal pageID As Integer, _
   ByVal url As String _
) As Boolean
[C#]
public bool IsUrlInLinkBar(
   int pageID,
   string url
);

Parameters

pageID
The page identifier of the custom link bar.
url
The URL in question.

Return Value

True if the URL is in the custom link bar specified by pageID.

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace