Previous Topic: GetUDPName Method

Next Topic: SetCrossProjectMergeByName Method


SetCrossProjectMergeById Method

Sets the specified CrossProjectMerge as the current context CrossProjectMerge by object ID.

Syntax
object.SetCrossProjectMergeById(lngObjId)
Owning Class

CaWContext

Arguments

lngObjId - A long represents the CrossProjectMerge object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetCrossProjectMergeById(lngObjId)

More information: