title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.CheckIn method (Project) |
vbapj.chm2323 |
|
project-server |
|
dd2cc86f-44f5-9c7e-c4d1-8475d11367ac |
06/08/2017 |
medium |
Checks in the active project file if it is stored in a SharePoint library.
expression. CheckIn
( _fSaveChanges_
, _Comments_
, _fMakePublic_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
fSaveChanges | Optional | Boolean | True saves changes and checks in the project 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). |
Boolean
[!includeSupport and feedback]