PagePorter Class Library

Navigation.GetCustomLinks Method (String)

Returns an array of Custom Link Bar page identifiers.

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

Parameters

pageID
The page identifier string of the Custom Link Bar.

Return Value

An array of Custom Link Bar page identifiers.

See Also

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