CommonDatabaseFunctionsGetSettings Method

Scanjour Workflow4 Reference Manual
Returns the settings for a keys from the wzp_settings register.

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

public static IReadOnlyDictionary<string, string> GetSettings(
	Uri oDataUri,
	string module,
	IEnumerable<string> keys
)

Parameters

oDataUri
Type: SystemUri
The OData Uri.
module
Type: SystemString
Settings module name.
keys
Type: System.Collections.GenericIEnumerableString
The keys to return the setting values for.

Return Value

Type: IReadOnlyDictionaryString, String
Values of settings.
See Also

Reference