SPListItem.CopyFrom method (String)
使用指定的版本的項目會覆寫目前的項目。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub CopyFrom ( _
sourceUrl As String _
)
'用途
Dim instance As SPListItem
Dim sourceUrl As String
instance.CopyFrom(sourceUrl)
public void CopyFrom(
string sourceUrl
)
參數
sourceUrl
Type: System.String複製並覆寫目前的項目指定的版本之項目的 URL。
注意事項 來源 URL 必須位於相同的伺服器執行的程式碼。此複製作業不會在遠端伺服器上複製的 Url。
Exceptions
Exception | Condition |
---|---|
ArgumentException | sourceUrl是 null 或空白。 |
NotSupportedException | SPListItem物件有外部資料來源。 |
備註
CopyFrom方法會重設為目的地項目上的CopySource屬性sourceUrl參數的值。