Click or drag to resize

CommonWorkflowFunctionsGetSetting(ODataService, String, String) Method

Note: This API is now obsolete.

Get the specified setting from the WZP_SETTINGS table. The method assumes that the setting exists; otherwise an exception is thrown.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
[ObsoleteAttribute("Please use CommonDatabaseFunctions.GetSetting(s)", 
	true)]
public static string GetSetting(
	ODataService ctx,
	string module,
	string key
)

Parameters

ctx  ODataService
Provides access to the database.
module  String
The module in which context the setting is stored.
key  String
The key to the setting.

Return Value

String
The value of the setting.
See Also