Dictionary.ChildEls

Syntax

ChildEls: Array;

Description

The ChildEls property defines array of MDM dictionary children.

Comments

Use the setChildEls method to set the property value, and the getChildEls method to get the property value. Property value cannot be set from JSON.

The following parameters are used when invoking the setChildEls method: key - parent key, elsMd - array of children in metadata format, withHidden - indication of hidden elements' use.  

The getChildEls method has the key parameter and gets an array of PP.Rds.DItem objects.

Example

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

See also:

Dictionary