Sets a boolean value for whether to pass the UDP process a Package List which would be expanded by the [PACKAGE] system variable.
Note: To pass a list of packages to a UDP process, this boolean is only part of the process. The following must happen:
CaUDP
bool bUsePackageChooser-to use packages in package chooser or not
bool-what was set for this value
Example
CaUDP& rUDP = rContext.GetUDP(); rUDP.SetUsePackageList(true); CaPackageChooser &rPackageUDP = rContext.GetPackageChooser(); rPackageUDP.Clear(); rPackageUDP.SetPackageName( rContext.GetPackageName() ); rPackageUDP.Execute(); rUDP.Execute();
More information:
| Copyright © 2013 CA. All rights reserved. |
|