GetSettingValue
What it does
Returns the value of the named parameter which was saved to the database by the SetSettingValue method.
Note: 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 of 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:02 PM