Previous Topic: GetCrossProjectMerge Method

Next Topic: GetSnapshotViewId Method


GetCrossProjectMergeName Method

Retrieves the name of the current CA Harvest SCM CrossProjectMerge.

Syntax

object.GetCrossProjectMergeName()

Owning Class

CaWContext

Arguments

None

Return Value

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

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strCrossProjectMergeName = objContext.GetCrossProjectMergeName()

More information: