Retrieve the current CA Harvest SCM Demote object.
object.GetDemote()
CaWContext
None
A CaWDemote object that represents the current Demote object if set, null if not set or error.
Example
Dim objDemote Set objDemote = objContext.GetDemote() If objDemote Is Nothing Then
msgbox “Can't get demote object.”, vbOKonly + vbExclamation, “GetDemote”
End If
More information:
| Copyright © 2013 CA. All rights reserved. |
|