Previous Topic: SetCheckPackageDependencies Method

Next Topic: GetMergedPkgsOnly Method


SetCheckPackageGroupBind Method

Specifies whether or not packages in a package group must all be promoted together.

Syntax

object.SetCheckPackageGroupBind(blnFlag)

Owning Class

CaWPromote

Arguments

blnFlag - A boolean. True if yes, False if no.

Return Value

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

Example

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

More information: