DraftProject.CheckIn method

Queues a check-in job for a draft project if it is still checked out.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Function CheckIn ( _
    force As Boolean _
) As QueueJob
'Usage
Dim instance As DraftProject
Dim force As Boolean
Dim returnValue As QueueJob

returnValue = instance.CheckIn(force)
[RemoteAttribute]
public QueueJob CheckIn(
    bool force
)

Parameters

  • force
    Type: System.Boolean

    True if the administrator or project owner forces check in of a project; otherwise, False.

Return value

Type: Microsoft.ProjectServer.Client.QueueJob
A queued job that will check in the draft version of the project.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace