Previous Topic: GetPackageChooser Method

Next Topic: GetStateList Method


GetVersionChooser Method

Retrieves the CA Harvest SCM VersionChooser object.

Syntax

object.GetVersionChooser()

Owning Class

CaWContext

Arguments

None

Return Value

A CaWVersionChooser object that represents the VersionChooser object, null if error.

Example

Dim objVersionChooser
Set objVersionChooser = objContext.GetVersionChooser()
If objVersionChooser Is Nothing Then
msgbox “Can't get version chooser object.”, vbOKonly + vbExclamation, “GetVersionChooser”
End If

More information: