getUserDataAttributes

Reads attribute values from the document at UserData settingId that match property names in the Object specified by objAttributes, then sets the value of the objAttributes properties with the values in the persisted UserData document.

If the attribute does not exist in the document, the value of the objAttributes property is not changed.

Syntax

getUserDataAttributes(settingId,
                      objAttributes);

Parameters

  • settingId - (String) The name used for the persisted UserData.
  • objAttributes - (Object) Object whose properties are set with the values from the persisted UserData document.

Returns

none