saveSettingDictionary Method @beta

Save a SettingDictionary in this iModel.

saveSettingDictionary(name: string, dict: SettingsContainer): void

@throws EditTxnError if this EditTxn is not active.

Parameter Type Description
name string The name for the SettingDictionary. If a dictionary by that name already exists, its value is replaced.
dict SettingsContainer The SettingDictionary object to stringify and save.

Returns - void

Defined in

Last Updated: 28 April, 2026