Previous Topic: GetDescription Method

Next Topic: IsValid Method


Execute Method

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

Syntax

object.Execute()

Owning Class

CaWRemoveItem

Arguments

None

Return Value

A long - Zero if success. Nonzero if failure.

Example

Dim objRemoveItem
Set objRemoveItem = objContext.GetRemoveItem()
lngRet = objRemoveItem.Execute();

More information: