SPFile.CheckIn 方法 (String, SPCheckinType)

签入文档库基于指定的注释和签入的类型来执行文件。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub CheckIn ( _
    comment As String, _
    checkInType As SPCheckinType _
)
用法
Dim instance As SPFile
Dim comment As String
Dim checkInType As SPCheckinType

instance.CheckIn(comment, checkInType)
public void CheckIn(
    string comment,
    SPCheckinType checkInType
)

参数

  • comment
    类型:System.String

    一个字符串,包含有关签入的注释。

异常

异常 条件
SpException

checkInType是MinorCheckIn,小于或大于OverwriteCheckIn或签入文件时出现错误。

另请参阅

引用

SPFile 类

SPFile 成员

CheckIn 重载

Microsoft.SharePoint 命名空间