Previous Topic: GetCheckPackageGroupBind Method

Next Topic: IsValid Method


Execute Method

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

Syntax

object.Execute()

Owning Class

CaWDemote

Arguments

None

Return Value

A long - Zero if success. Nonzero if failure.

Example

Dim objDemote
objDemote = objContext.GetDemote()
lngRet = objDemote.Execute()

More information: