Previous Topic: GetViewPathId Method

Next Topic: GetCheckin Method


GetCheckout Method

Retrieve the current CA Harvest SCM Checkout object.

Syntax

object.GetCheckout()

Owning Class

CaWContext

Arguments

None

Return Value

A CaWCheckout object that represents the current Checkout object if set, null if not set or error.

Example

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

More information: