Previous Topic: SetCheckPackageDependencies Method

Next Topic: GetCheckPackageDependencies Method


SetCheckPackageGroupBind Method

Specifies whether packages in a package group must all be Demoted together.

Syntax

object.SetCheckPackageGroupBind(blnFlag)

Owning Class

CaWDemote

Arguments

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

Return Value

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

Example

Dim objDemote
objDemote = objContext.GetDemote()
blnRet = objDemote.SetCheckPackageGroupBind(True)

More information: