共用方式為


SPListItem.CopySource property

如果從複製作業結果項目,請取得從其中複製此項目、 來源項目的 URL。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property CopySource As String
    Get
'用途
Dim instance As SPListItem
Dim value As String

value = instance.CopySource
public string CopySource { get; }

Property value

Type: System.String
包含來源項目 URL 字串。

請參閱

參照

SPListItem class

SPListItem members

Microsoft.SharePoint namespace