Previous Topic: Delete Method

Next Topic: CaWPackageChooser


Update Method

Updates the current package.

Syntax

object.Update()

Owning Class

CaWPackage

Arguments

None

Return Values

A boolean - True if succeeded, False if failed.

Example

Dim objPackage
Set objPackage = objContext.GetPackage()
blnRet = objPackage.Update()

More information: