Executes the CrossProjectMerge process on the Package in the current context with the Packages in the Package Chooser.
object.Execute()
CaWCrossProjectMerge
None
A long - Zero if success. Nonzero if failure.
Packages in Package Chooser must be from the Project and State specified by SetFromState().This is accomplished by setting the Project and State the CaWPackageChooser will search with CaWPackageChooser::ProjectObjId( iProject ) and CaWPackageChooser::SetStateObjId( iState ), and then CaWPackageChooser::Execute (false) to allow searching outside of context.
Example
Dim objCrossProjectMerge Set objCrossProjectMerge = rContext.GetCrossProjectMerge(); lngResult = objCrossProjectMerge.Execute();
More information:
| Copyright © 2013 CA. All rights reserved. |
|