Retrieve the current CA Harvest SCM Checkout object.
object.GetCheckout()
CaWContext
None
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:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|