Previous Topic: SetInteractiveMergeName Method

Next Topic: SetRemoveItemName Method


SetInteractiveMergeId Method

Sets the specified InteractiveMerge as the current context InteractiveMerge.

Syntax

object.SetInteractiveMergeName(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId-A long that represents the InteractiveMerge object ID.

Return Value

A boolean-True if success, False if fails.

Example

blnRet = objContext.SetInteractiveMergeId(lngObjId)

More information: