PagePorter Class Library

Navigation.GetPageCaption Method 

Returns the caption from the navigation structure for a given page, or null.

[Visual Basic]
Public Function GetPageCaption( _
   ByVal url As String _
) As String
[C#]
public string GetPageCaption(
   string url
);

Parameters

url
The url for the page.

Return Value

The caption string for the selected page, or null (Nothing in Visual Basic) if the page does not exist.

Remarks

This method always returns a page's caption, even if it is marked as Excluded.

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace