Previous Topic: SetRemoveItemId Method

Next Topic: SetConcurrentMergeId Method


SetConcurrentMergeName Method

Sets the specified ConcurrentMerge as the current context ConcurrentMerge.

Syntax

object.SetConcurrentMergeName(strConcurrentMergeName)

Owning Class

CaWContext

Arguments

strConcurrentMergeName - A string that represents the ConcurrentMerge name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetConcurrentMergeName(“Concurrent Merge”)

More information: