Previous Topic: SetCreatePackageId Method

Next Topic: SetDeleteVersionId Method


SetDeleteVersionName Method

Sets the specified DeleteVersion as the current context DeleteVersion.

Syntax

object.SetDeleteVersionName(strDeleteVersionName)

Owning Class

CaWContext

Arguments

strDeleteVersionName - A string that represents the DeleteVersion name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetDeleteVersionName(“Delete Version”)

More information: