What it does
Saves the named parameter to the database.Identically named parameters with different values can be saved separately for different users/batch types/projects. If a parameter with the specified name and set of user IDs, batch types, and project type already exists, the method will change its value.
Definition
Parameters
| Name | Type | Description |
|---|---|---|
| userId | int | The ID of the user’s account |
| projectId | int | Project ID |
| batchTypeId | int | Batch type ID |
| settingName | string | Parameter name |
| settingValue | string | Parameter value |
