SPLinkCollection class
SharePoint 2013
Represents a collection of Microsoft.SharePoint.SPLink objects.
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.SPBaseCollection
Microsoft.SharePoint.SPLinkCollection
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.SPBaseCollection
Microsoft.SharePoint.SPLinkCollection
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Use the BackwardLinks or ForwardLinks property of the SPFile or SPListItem class to return the collection of backward or forward links for the file or list item, respectively. Backward links go from other pages to a file or list item, while forward links go from a file to other pages. Use an indexer to return a single item from the collection. For example, if the collection is assigned to a variable named myLinks, use myLinks[index] in Microsoft Visual C# or myLinks(index) in Microsoft Visual Basic, where index is the index number of the item in the collection.
Show: