Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.42 KB

Project.Application.CheckIn.md

File metadata and controls

41 lines (26 loc) · 1.42 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.CheckIn method (Project)
vbapj.chm2323
vbapj.chm2323
project-server
Project.Application.CheckIn
dd2cc86f-44f5-9c7e-c4d1-8475d11367ac
06/08/2017
medium

Application.CheckIn method (Project)

Checks in the active project file if it is stored in a SharePoint library.

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 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).

Return value

Boolean

[!includeSupport and feedback]