Previous Topic: GetPromote Method

Next Topic: GetApprove Method


GetDemote Method

Retrieve the current CA Harvest SCM Demote object.

Syntax

object.GetDemote()

Owning Class

CaWContext

Arguments

None

Return Value

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: