Retrieves the current CA Harvest SCM CrossProjectMerge object.
object.GetCrossProjectMerge()
CaWContext
None
A CaWCrossProjectMerge object if set, otherwise a null object.
Example
Dim objCrossProjectMerge Set objCrossProjectMerge = objContext.GetCrossProjectMerge() If objCrossProjectMerge Is Nothing Then
msgbox “Can't get CrossProjectMerge object.”, vbOKonly + vbExclamation, “GetCrossProjectMerge”
End If
More information:
| Copyright © 2013 CA. All rights reserved. |
|