Retrieve the current CA Harvest SCM DeleteVersion object.
object.GetDeleteVersion()
CaWContext
None
A CaWDeleteVersion object that represents the current DeleteVersion object if set, null if not set or error.
Example
Dim objDeleteVersion Set objDeleteVersion = objContext.GetDeleteVersion() If objDeleteVersion Is Nothing Then
msgbox “Can't get delete version object.”, vbOKonly + vbExclamation, “GetDeleteVersion”
End If
| Copyright © 2013 CA. All rights reserved. |
|