RdsService.removeItems

Syntax

removeItems(dict: PP.Rds.Dictionary, elKeys: Array, callback: function|PP.Delegate);

Parameters

dict. MDM dictionary where you want to remove an item.

elKeys. Array containing keys of the elements to be removed. Array elements have string type.

callback. Callback function.

Description

The removeItems method removes specified elements from MDM dictionary.

Example

The example of use is given on the page with description of the RdsService.moveItems method.

See also:

RdsService