Previous Topic: bool SetCheckPackageDependencies(bool bCheckPackageDependencies)

Next Topic: bool GetMergedPkgsOnly(void)


bool SetCheckPackageGroupBind( bool bFlag)

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

Owning Class

CaPromote

Arguments

bool bFlag-true if yes, false if no

Return Value

bool-true if set succeeded, false if failed

Example

CaPromote& rPromote = rContext.GetPromote(); bool bFlag = rPromote. SetCheckPackageGroupBind(true);

More information: