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)
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.