Application.CheckIn Method
Project Developer Reference |
Checks in a Windows SharePoint Services object.
Syntax
expression.CheckIn(fSaveChanges, Comments, fMakePublic)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
fSaveChanges | Optional | Boolean | True saves changes and checks in the document. False returns the document to a checked-in status without saving revision. |
Comments | Optional | String | Allows the user to enter check-in comments for the revision of the project being checked in (applies only if fSaveChanges equals True). |
fMakePublic | Optional | Boolean | True allows the user to publish the project after it has been checked in. This submits the project for the approval process, which can eventually result in a version of the project being published to users with read-only rights to the project (applies only if fSaveChanges equals True). |
Return Value
Boolean
See Also