SPFile.BackwardLinks Property

Gets a collection of link objects that represent the backward links of 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 BackwardLinks As SPLinkCollection
    Get
'Usage
Dim instance As SPFile
Dim value As SPLinkCollection

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

Property Value

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

Remarks

Backward links contain the URLs of all files that link to the current file from the current site collection. Pages that link to the current file from another Web site or site collection are not included in the backward link information.

See Also

Reference

SPFile Class

SPFile Members

Microsoft.SharePoint Namespace