SPFile.ForwardLinks property

Gets a collection of link objects that represent the forward links in the file.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ForwardLinks As SPLinkCollection
    Get
'Usage
Dim instance As SPFile
Dim value As SPLinkCollection

value = instance.ForwardLinks
public SPLinkCollection ForwardLinks { get; }

Property value

Type: Microsoft.SharePoint.SPLinkCollection
An SPLinkCollection object that represents the forward links.

Remarks

Forward links contain all the links from the file to other pages, including internal links (to pages in the same Web site), and external links (to pages in other Web sites and site collections on the server). All links outside the current Web site are treated as external links.

See also

Reference

SPFile class

SPFile members

Microsoft.SharePoint namespace