PagePorter Class Library

Navigation.GetCustomLinks Method (Int32)

Gets an array of Custom Link Bar page identifiers.

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

Parameters

pageID
The page identifier 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