Skip to main content

What it does

Returns the value of the named parameter which was saved to the database by the SetSettingValue method.
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

NameTypeDescription
userIdintThe ID of the user’s account
projectIdintProject ID
batchTypeIdintBatch type ID
settingNamestringParameter name

Returned value

TypeDescription
stringThe value of the named parameter