Previous Topic: bool SetCheckPackageDependencies(bool bCheckPackageDependencies)

Next Topic: bool GetCheckPackageDependencies (void)


bool SetCheckPackageGroupBind( bool bFlag)

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

Owning Class

CaDemote

Arguments

bool bFlag-true if yes, false if no

Return Value

bool-true if set succeeded, false if failed

Example

CaDemote& rDemote = rContext.GetDemote(); bool bFlag = rDemote. SetCheckPackageGroupBind(true);

More information: