RdsService.getToKeys

Syntax

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

Parameters

dict. MDM dictionary.

elKeys. Array that contains keys of the elements, up to which you need to load tree structure.

callback. Callback function.

Description

The getToKeys method loads tree structure up to specified elements of MDM dictionary.

Example

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

See also:

RdsService