Previous Topic: SetCrossProjectMergeById Method

Next Topic: SetSnapshotViewById Method


SetCrossProjectMergeByName Method

Sets the specified CrossProjectMerge as the current context CrossProjectMerge.

Syntax

object.SetCrossProjectMergeByName(strCrossProjectMergeName)

Owning Class

CaWContext

Arguments

strCrossProjectMergeName - A string represents the CrossProjectMerge name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetCrossProjectMergeByName(strName)

More information: