Previous Topic: SetInteractiveMergeId Method

Next Topic: SetRemoveItemId Method


SetRemoveItemName Method

Sets the specified RemoveItem as the current context RemoveItem.

Syntax

object.SetRemoveItemName(strRemoveItemName)

Owning Class

CaWContext

Arguments

strRemoveItemName - A string that represents the RemoveItem name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetRemoveItemName(“Remove Item”)

More information: