GetSettingValue
What it does
Returns the value of the named parameter which was saved to the database by the SetSettingValue method.
Hinweis. Identically named parameters with different values can be saved for different users/batch types/projects.
Definition
string GetSettingValue( int userId, int projectId, int batchTypeId, string settingName );
Parameters
| Name | Type | Description |
| userId | int | The ID if the user's account |
| projectId | int | Project ID |
| batchTypeId | int | Batch type ID |
| settingName | string | Parameter name |
Returned value
| Type | Description |
| string | The value of the named parameter |
4/12/2024 6:16:01 PM