Previous Topic: SetDeleteVersionId Method

Next Topic: SetInteractiveMergeId Method


SetInteractiveMergeName Method

Sets the specified InteractiveMerge as the current context InteractiveMerge.

Syntax

object.SetInteractiveMergeName(strInteractiveMergeName)

Owning Class

CaWContext

Arguments

strInteractiveMergeName-A string that represents the InteractiveMerge name.

Return Value

A boolean-True if success, False if fails.

Example

blnRet = objContext.SetInteractiveMergeName("Interactive Merge")

More information: