Executes the SwitchPackage process. To select a subset of the versions from the source package, use the version chooser.
object.Execute(strSourcePackage, strTargetPackage)
CaWSwitchPackage
strSourcePackage-The source package for the switch package process.
strTargetPackage-The target package for the switch package process.
A long - Zero if success. Nonzero if failure.
None
Example
CaWSwitchPackage& rSwitchPackage = rContext.GetSwitchPackage();CaString szName = rSwitchPackage. GetPackageName(true);
More information:
| Copyright © 2013 CA. All rights reserved. |
|