Retrieve the current CA Harvest SCM Checkin object.
object.GetCheckin()
CaWContext
None
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:
| Copyright © 2013 CA. All rights reserved. |
|