_Document.CanCheckin Method

Definition

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

public:
 bool CanCheckin();
public bool CanCheckin ();
abstract member CanCheckin : unit -> bool
Public Function CanCheckin () As Boolean

Returns

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.

Applies to