ActivityFunctionsGetSetting Method

Scanjour Workflow4 Reference Manual
Returns the settting for a key from the wzp_settings register.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax

public static string GetSetting(
	ODataService ctx,
	string module,
	string key
)

Parameters

ctx
Type: ODataService
The OData context.
module
Type: SystemString
The module to return the setting for
key
Type: SystemString
The key to return the setting value for.

Return Value

Type: String

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ActivityFunctions.GetSetting(Scanjour.Process.OData.Client.Proxy.ODataService,System.String,System.String)"]

See Also

Reference