Share via


SPCheckinType enumeration

指定簽入的檔案的類型。

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

Syntax

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

Members

Member name Description
MinorCheckIn 次要版本來遞增。值等於 0。
MajorCheckIn 主要的版本來遞增。值 = 1。
OverwriteCheckIn 覆寫檔案。值 = 2。

請參閱

參照

Microsoft.SharePoint namespace