Share via


SPCopyErrorCode enumeration

指定複製特定的錯誤代碼。

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

Syntax

'宣告
Public Enumeration SPCopyErrorCode
'用途
Dim instance As SPCopyErrorCode
public enum SPCopyErrorCode

Members

Member name Description
Success 複製作業已完成無誤。
Unknown 發生未知的錯誤。
SourceAndTargetSame 在覆寫目標檔案。
TargetCheckedOut 目標檔案已簽出,且無法覆寫。
TargetDoesNotExist 目標資料夾不存在。
SourceDoesNotExist 原始程式檔不存在。

請參閱

參照

Microsoft.SharePoint namespace