CommonWorkflowFunctionsGetSetting Method (ODataService, String, String, String)

Scanjour Workflow4 Reference Manual

Note: This API is now obsolete.

Get the specified setting from the WZP_SETTINGS table. If no such setting was found, then the specified default value is returned.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

[ObsoleteAttribute("Please use CommonDatabaseFunctions.GetSetting(s)", 
	true)]
public static string GetSetting(
	ODataService ctx,
	string module,
	string key,
	string defaultValue
)

Parameters

ctx
Type: ODataService
Provides access to the database.
module
Type: SystemString
The module in which context the setting is stored.
key
Type: SystemString
The key to the setting.
defaultValue
Type: SystemString
The value that is returned if no such setting was found in the WZP_SETTINGS table.

Return Value

Type: String
The value of the found setting or the default value.
See Also

Reference