Previous Topic: SetCheckPackageGroupBind Method

Next Topic: GetCheckPackageDependencies Method


GetMergedPkgsOnly Method

Gets the current value of the Merged Packages Only flag.

Syntax

object.GetMergedPkgsOnly()

Owning Class

CaWPromote

Arguments

None

Return Value

A boolean - Current value of flag.

Example

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

More information: