CheckOutType 列舉
說明檔案],獨立鎖定狀態之檔案的不同的取出狀態的列舉。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Enumeration CheckOutType
'用途
Dim instance As CheckOutType
public enum CheckOutType
成員
成員名稱 | 描述 | |
---|---|---|
Online | 取出檔案的編輯伺服器上。 | |
Offline | 取出檔案的本機電腦上編輯。 | |
None | 未取出檔案。 |
備註
此列舉已對應至SPFile.SPCheckOutType列舉伺服器物件模型中的用戶端物件。