SPListItem.ForwardLinks Property

Gets a collection of hyperlinks that are associated with the item; for example, the hyperlinks in a URL field or rich text field.

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 SPListItem
Dim value As SPLinkCollection

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

Property Value

Type: Microsoft.SharePoint.SPLinkCollection
An SPLinkCollection object that represents the hyperlinks.

See Also

Reference

SPListItem Class

SPListItem Members

Microsoft.SharePoint Namespace