SPFile.BackwardLinks property
取得表示向後的連結檔案的連結物件的集合。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property BackwardLinks As SPLinkCollection
Get
'用途
Dim instance As SPFile
Dim value As SPLinkCollection
value = instance.BackwardLinks
public SPLinkCollection BackwardLinks { get; }
Property value
Type: Microsoft.SharePoint.SPLinkCollection
SPLinkCollection 物件,表示向後的連結。
備註
向後的連結包含連結至目前的檔案從目前的網站集合的所有檔案的 Url。從另一個網站連結至目前的檔案或網站集合的頁面均不列入往回連結資訊。