Previous Topic: SetApproveId Method

Next Topic: SetCreatePackageId Method


SetCreatePackageName Method

Sets the specified CreatePackage as the current context CreatePackage.

Syntax

object.SetCreatePackageName(strCreatePackageName)

Owning Class

CaWContext

Arguments

strCreatePackageName - A string that represents the CreatePackage name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetCreatePackageName(“Create Package”)

More information: