Retrieves the CA Harvest SCM VersionChooser object.
object.GetVersionChooser()
CaWContext
None
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:
| Copyright © 2013 CA. All rights reserved. |
|