Dictionary.removeElements

Syntax

removeItems(keys: Array);

Parameters

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

Description

The removeItems method removes specified elements from MDM dictionary.

Example

The example of use is given on the page with description of the Dictionary.moveElem method.

See also:

Dictionary