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。

另请参阅

引用

Microsoft.SharePoint.Client 命名空间