Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.