_Document::CheckIn method
Office 2013 and later
Returns a document from a local computer to a server, and sets the local document to read-only so that it cannot be edited locally.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Parameters
- SaveChanges
- Type: System.Boolean
Optional Boolean. True saves the document to the server location. The default is True.
- Comments
- Type: System.Object
Optional Object. Comments for the revision of the document being checked in (only applies if SaveChanges equals True).
- MakePublic
- Type: System.Boolean
Optional Boolean. True allows the user to perform a publish on the document after being checked in. This submits the document for the approval process, which can eventually result in a version of the document being published to users with read-only rights to the document (only applies if SaveChanges equals True).
Show: