Previous Topic: GetCreatePackageName Method

Next Topic: GetRemoveItemName Method


GetDeleteVersionName Method

Retrieve the name of the current CA Harvest SCM DeleteVersion.

Syntax

object.GetDeleteVersionName()

Owning Class

CaWContext

Arguments

None

Return Value

A string that represents the DeleteVersion name if set, empty string if empty.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strDeleteVersionName = objContext.GetDeleteVersionName()

More information: