Previous Topic: CaPackageList& GetPackageListAsList(void)

Next Topic: CaPromote


void Execute(bool bUseCurrentContext)

Executes the PackageChooser based on the set of package selection criteria set in the package chooser attributes.

Default: true

Owning Class

CaPackageChooser

Arguments

bool bUseCurrentContext-if true, restrict package search to current context; if false, use Project Id and State Id if set

Return Value

None

Example

CaPackageChooser& rPackageChooser = rContext.GetPackageChooser(); HINT32 iResult = rPackageChooser.Execute(false);