SPListItem.ForwardLinks-Eigenschaft
Ruft eine Auflistung von Hyperlinks, die mit dem Element verknüpft sind. Angenommen, die die Hyperlinks in einem URL oder rich-Text-Feld.
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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.SPLinkCollection
Ein SPLinkCollection -Objekt, die die Hyperlinks darstellt.