Previous Topic: GetMergedPkgsOnly Method

Next Topic: GetCheckPackageGroupBind Method


GetCheckPackageDependencies Method

Gets the current value of the Check Package Dependencies flag.

Syntax

object.GetCheckPackageDependencies()

Owning Class

CaWPromote

Arguments

None

Return Value

A boolean - Current value of flag.

Example

Dim objPromote
Set objPromote = objContext.GetPromote()
blnRet = objPromote.GetCheckPackageDependencies();

More information: