DataVisualizer.getBackwardGlobalItemsIds

Syntax

getBackwardGlobalItemsIds();

Description

The getBackwardGlobalItemsIds method returns backward dictionary of global identifiers of items

Comments

The method returns a JSON object which items are presented in the following format: <item global identifier: item internal identifier>.

Dictionary with normal value order is in the DataVisualizer.GlobalItemsIds property.

Example

The property use is given in the page with description of the DataVisualizer.GlobalItemsIds property.

DataVisualizer