Retrieves the current CA Harvest SCM RemoveItem object.
object.GetRemoveItem()
CaWContext
None
A CaWRemoveItem object that represents the current RemoveItem object if set, null if not set or error.
Example
Dim objRemoveItem Set objRemoveItem = objContext.GetRemoveItem() If objRemoveItem Is Nothing Then
msgbox “Can't get remove item object.”, vbOKonly + vbExclamation, “GetRemoveItem”
End If
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|