Document.CheckInWithVersion 方法

将本地计算机上的文档放在服务器上,并将本地文档设置为只读,以便它不能在本地编辑。

命名空间:  Microsoft.Office.Tools.Word
程序集:  Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)

语法

声明
Sub CheckInWithVersion ( _
    SaveChanges As Boolean, _
    ByRef Comments As Object, _
    MakePublic As Boolean, _
    ByRef VersionType As Object _
)
void CheckInWithVersion(
    bool SaveChanges,
    ref Object Comments,
    bool MakePublic,
    ref Object VersionType
)

参数

  • SaveChanges
    类型:System.Boolean
    如果为 true,则会将文档保存到服务器位置。默认值为 true。
  • Comments
    类型:System.Object%
    要签入的文档中修订的注释(仅在 SaveChanges 设置为 true 时适用)。
  • MakePublic
    类型:System.Boolean
    如果为 true,则允许用户在文档签入后发布该文档。
  • VersionType
    类型:System.Object%
    指定文档的版本信息。

备注

如果将 MakePublic 参数设置为 true,就会提交文档以供批准过程使用,这最终会导致将文档的版本发布给对文档具有只读权限的用户(仅在 SaveChanges 设置为 true 时适用)。

若要利用 Word 中内置的协作功能,必须将文档存储在 Microsoft SharePoint Portal Server 中。

可选参数

有关可选参数的信息,请参见Office 解决方案中的可选参数

.NET Framework 安全性

请参见

参考

Document 接口

Microsoft.Office.Tools.Word 命名空间