Previous Topic: SetRemoveItemName Method

Next Topic: SetConcurrentMergeName Method


SetRemoveItemId Method

Sets the specified RemoveItem as the current context RemoveItem.

Syntax

object.RemoveItemId(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId - A long that represents the RemoveItem object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetRemoveItemId(lngObjId)

More information: