Previous Topic: GetCheckPackageGroupBind Method

Next Topic: IsValid Method


Execute Method

Executes the Promote process on the Package list currently selected using the Package Chooser.

Syntax

object.Execute()

Owning Class

CaWPromote

Arguments

None

Return Value

A long - Zero if success. Nonzero if failure.

Example

Dim objPromote
Set objPromote = objContext.GetPromote()
lngRet = objPromote.Execute();

More information: