Previous Topic: CaWPromote

Next Topic: SetCheckPackageDependencies Method


SetMergedPkgsOnly Method

Sets the Merged Packages Only flag.

Syntax

object.SetMergedPkgsOnly(blnFlag)

Owning Class

CaWPromote

Arguments

blnFlag - A boolean, if only merged packages can be promoted. If False packages with branched versions can be promoted.

Return Value

A boolean - True if set succeeded, False if failed.

Example

Dim objPromote
Set objPromote = objContext.GetPromote()
blnRet = objPromote.SetMergedPkgsOnly(True);

More information: