共用方式為


SPFile.SPCheckOutType enumeration

說明如何在檔案簽出文件庫。

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

Syntax

'宣告
Public Enumeration SPCheckOutType
'用途
Dim instance As SPFile.SPCheckOutType
public enum SPCheckOutType

Members

Member name Description
Online 取出檔案進行編輯伺服器上。
Offline 取出檔案進行編輯本機電腦上。
None 檔案未簽出。

請參閱

參照

Microsoft.SharePoint namespace

SPFile

CheckOutType