Previous Topic: GetCheckout Method

Next Topic: GetPromote Method


GetCheckin Method

Retrieve the current CA Harvest SCM Checkin object.

Syntax

object.GetCheckin()

Owning Class

CaWContext

Arguments

None

Return Value

A CaWCheckin object that represents the current Checkin object if set, null if sot set or error.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
If objCheckin Is Nothing Then
msgbox “Can't get checkin object.”, vbOKonly + vbExclamation, “GetCheckin”
End If

More information: