Previous Topic: GetInteractiveMergeName Method

Next Topic: GetConcurrentMerge Method


GetRemoveItem Method

Retrieves the current CA Harvest SCM RemoveItem object.

Syntax

object.GetRemoveItem()

Owning Class

CaWContext

Arguments

None

Return Value

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: