共用方式為


SPFileLockExceptionType enumeration

描述鎖定的SPFile物件上作業期間造成錯誤的原因。

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

Syntax

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

Members

Member name Description
BadLockArguments 一或多個無效的引數傳遞給Lock(SPFile.SPLockType, String, TimeSpan)方法、 RefreshLock(String, TimeSpan)方法或ConvertLock(SPFile.SPLockType, SPFile.SPLockType, String, String, TimeSpan)方法。
SharedLockExists 在檔案的共用的鎖定。
ExclusiveLockExists 在檔案的獨占鎖定。
NoLockExists 未鎖定的檔案。

備註

這個列舉型別的值描述鎖定的檔案作業期間發生錯誤的原因為何。因為在檔案上,沒有鎖定,因為檔案鎖定或因為無效的參數用來建立或更新鎖定,就會發生錯誤。

請參閱

參照

Microsoft.SharePoint namespace