Previous Topic: DefaultName Property (Read Only)

Next Topic: IsValid Method


Execute Method

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

Syntax

object.Execute()

Owning Class

CaWCreatePackage

Arguments

None

Return Value

A long - Zero if success. Nonzero if failure.

Example

Dim objCreatePackage
Set objCreatePackage = objContext.GetCreatePackage()
lngRet = objCreatePackage.Execute()

More information: