Previous Topic: GetInteractiveMerge Method

Next Topic: GetRemoveItem Method


GetInteractiveMergeName Method

Retrieves the name of the current CA Harvest SCM InteractiveMerge.

Syntax

object.GetInteractiveMergeName()

Owning Class

CaWContext

Arguments

None

Return Value

A string that represents the InteractiveMerge name if set, empty string if empty.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strInteractiveMerge = objContext.GetInteractiveMergeName()

More information: