CheckinType 列舉
指定檔案的簽入類型。
命名空間: 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 CheckinType
'用途
Dim instance As CheckinType
public enum CheckinType
成員
成員名稱 | 描述 | |
---|---|---|
MinorCheckIn | 其值遞增次要版本的列舉。值 = 0。 | |
MajorCheckIn | 其值遞增主要版本的列舉。值 = 1。 | |
OverwriteCheckIn | 其值覆寫檔案的列舉。值 = 2。 |