Passing an uninitialised ISKeyValueList object (or one with no items) will clear this Users' Settings for the given Form Key.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| formKey | String | The Form Key to identify the HTML Widget. | ||
| userSettings | ISKeyValueList | An ISKeyValueList object with User Settings. | ||
| updateExisting | Boolean | Optional | If True, the supplied ISKeyValueList will be appended to any existing Settings for the specified Form Key. If False, existing information will be overwritten. If omitted, a value of False is assumed. |
A Boolean value indicating success.