_Document.CanCheckin Method

Determines if Microsoft Word can check in a specified document to a server.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function CanCheckin As Boolean
'Usage
Dim instance As _Document
Dim returnValue As Boolean

returnValue = instance.CanCheckin()
bool CanCheckin()

Return Value

Type: System.Boolean

Remarks

This method returns True if Microsoft Word can check in a specified document to a server, and False if not.

To take advantage of the collaboration features built into Word, documents must be stored on a Microsoft SharePoint Portal Server.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace