Executes the PackageChooser based on the set of package selection criteria set in the package chooser attributes.
object.Execute(blnUseCurrentContext)
CaWPackageChooser
blnUseCurrentContext - A boolean, if True restrict package search to current context, if False use Project Id and State Id if set.
A long - Positive if success, Zero if failure.
Example
Dim objPackageChooser Dim objPackageList objPackageChooser = objContext.GetPackageChooser() lngRet = objPackageChooser.Execute(True)
More information:
| Copyright © 2013 CA. All rights reserved. |
|