MetabaseSaveDialog.Names

Syntax

Names: Array

Description

The Names property determines name of the object saved to repository in various translations.

Comments

Use JSON or the setNames method to set the property value and the getNames method to get the property value.

This property contains an array of JSON objects that have language ID specified as their property and object name translated to given language as their value.

Example

The example of property use is given in the Example of Creating the MetabaseSaveDialog Component.

See also:

MetabaseSaveDialog