Previous Topic: GetRemoveItemName Method

Next Topic: GetClientPath Method


GetConcurrentMergeName Method

Retrieves the name of the current CA Harvest SCM ConcurrentMerge.

Syntax

object.GetConcurrentMergeName()

Owning Class

CaWContext

Arguments

None

Return Value

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

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strConcurrentMergeName = objContext.GetConcurrentMergeName()

More information: