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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.